SourceURL Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the the URL for the cover photo

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

Syntax

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

See Also