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

Gets a Boolean value representing whether the current HTTP request came from a Profile Tab.

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

Syntax

C#
public bool InProfileTab { get; private set; }
Visual Basic (Declaration)
Public Property InProfileTab As Boolean
Visual C++
public:
property bool InProfileTab {
	bool get ();
	void set (bool value);
}

See Also

FacebookHttpRequest Class
Facebook.Web Namespace