Gets an indicator of whether or not the iBO system has been initialized for this application.
Namespace: Asi.iBOAssembly: 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 (); } |