Type Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the type for this post (including link, photo, video, checkin, status)

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

Syntax

C#
public Nullable<Post..::..eType> Type { get; }
Visual Basic
Public ReadOnly Property Type As Nullable(Of Post..::..eType)
	Get
Visual C++
public:
property Nullable<Post..::..eType> Type {
	Nullable<Post..::..eType> get ();
}

Remarks

original: string

.NET Framework Security

Permission Description
generic access_token

See Also