User Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

[Missing <summary> documentation for "P:FacebookWrapper.ObjectModel.TagInfo.User"]

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

Syntax

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

Remarks

original: 'id' and 'name' fields

See Also