Gets the cached instance of the CSystemConfig object for this iMIS instance.

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

Syntax

C#
public static CSystemConfig SystemConfig { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SystemConfig As CSystemConfig
Visual C++
public:
static property CSystemConfig^ SystemConfig {
	CSystemConfig^ get ();
}

Field Value

An instance of the CSystemConfig object containing the system settings for the iMIS instance to which iBO is connected.

Remarks

For information on the iMIS instance being used, see InitializeSystem()()().

See Also