Owner Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's significant other

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 name and id

.NET Framework Security

Permission Description
user_relationship_details or friends_relationship_details

See Also