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

Gets a Boolean value representing whether the Page has added the current application 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 bool IsPageAdded { get; private set; }
Visual Basic (Declaration)
Public Property IsPageAdded As Boolean
Visual C++
public:
property bool IsPageAdded {
	bool get ();
	void set (bool value);
}

See Also

FacebookHttpRequest Class
Facebook.Web Namespace