[This is preliminary documentation and is subject to change.]

Gets or sets the id of the Facebook user.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
long Uid { get; set; }
Visual Basic (Declaration)
Property Uid As Long
Visual C++
property long long Uid {
	long long get ();
	void set (long long value);
}

See Also

ISessionInfo Interface
Facebook Namespace