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.3.0

Syntax

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

Field Value

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

See Also