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

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

Syntax

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

Field Value

An instance of the COrdersConfig object containing the Orders sub-system settings for the iMIS instance to which iBO is connected.

Remarks

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

See Also