IsPublished Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets weather the page was published or not

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

Syntax

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

See Also