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

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

Syntax

C#
public static CContactConfig ContactsConfig { get; }
Visual Basic
Public Shared ReadOnly Property ContactsConfig As CContactConfig
	Get
Visual C++
public:
static property CContactConfig^ ContactsConfig {
	CContactConfig^ get ();
}

Field Value

An instance of the CContactConfig object containing the Contact Management 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