Snippet Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets a fragment of the thread for use in thread lists

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

Syntax

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

Remarks

original: 'snippet' field

.NET Framework Security

Permission Description
read_mailbox

See Also