Venue Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Location of the event (venue)

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

Syntax

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

See Also