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

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

Syntax

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

Field Value

An instance of the CEventsConfig object containing the Events 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