Owner Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the User object of the profile that created the event

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

Syntax

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

Remarks

original: object containing id and name fields

.NET Framework Security

Permission Description
generic access_token, user_events or friends_events

See Also