URL Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the URL of the page on Facebook

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

Syntax

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

See Also