Caption Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the caption of the link (appears beneath the link name)

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

Syntax

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

.NET Framework Security

Permission Description
generic access_token

See Also