IsCommunityPage Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets weather the page is a communtiy page or not

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

Syntax

C#
public Nullable<bool> IsCommunityPage { get; }
Visual Basic
Public ReadOnly Property IsCommunityPage As Nullable(Of Boolean)
	Get
Visual C++
public:
property Nullable<bool> IsCommunityPage {
	Nullable<bool> get ();
}

See Also