Description Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the long-form description of the event

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

Syntax

C#
public string Description { get; set; }
Visual Basic
Public Property Description As String
	Get
	Set
Visual C++
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}

.NET Framework Security

Permission Description
generic access_token, user_events or friends_events

See Also