Cover Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Cover photo of the Page

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

Syntax

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

See Also