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

Gets the id of the Page if the HTTP request is on the behalf of a Page.

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

Syntax

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

See Also

FacebookHttpRequest Class
Facebook.Web Namespace