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

Gets the UID of the Facebook user that is the owner of the profile for requests coming from a Profile Tab.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

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

See Also

FacebookHttpRequest Class
Facebook.Web Namespace