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

Gets a Boolean value representing whether the current application's configuration specifies a FacebookSection.

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

Syntax

C#
public static bool IsConfigured { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsConfigured As Boolean
Visual C++
public:
static property bool IsConfigured {
	bool get ();
}

See Also

FacebookSection Class
Facebook.Configuration Namespace