To Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the User object of the user who was poked

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

Syntax

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

Remarks

original: 'to' field is an object containing id and name fields

See Also