Gets an indicator of whether or not the iBO system has been initialized for this application.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

Field Value

true if the iBO system has been initialized; false otherwise.

See Also