LoggedInUser Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "P:FacebookWrapper.LoginResult.LoggedInUser"]

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

Syntax

C#
public User LoggedInUser { get; internal set; }
Visual Basic
Public Property LoggedInUser As User
	Get
	Friend Set
Visual C++
public:
property User^ LoggedInUser {
	User^ get ();
	internal: void set (User^ value);
}

See Also