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

Gets a Boolean value representing whether the current user is not logged into Facebook.

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

Syntax

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

See Also

FacebookHttpRequest Class
Facebook.Web Namespace