LinkToFacebook Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets a link to the event page

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public string LinkToFacebook { get; }
Visual Basic
Public ReadOnly Property LinkToFacebook As String
	Get
Visual C++
public:
property String^ LinkToFacebook {
	String^ get ();
}

See Also