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

Gets or sets the id of the Facebook user.

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

Syntax

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

Implements

ISessionInfo..::.Uid

See Also

SessionInfo Class
Facebook.Api Namespace