Gets the list of Order Types defined in the iMIS instance

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

Syntax

C#
public KeyValuePair[] OrderTypes { get; }
Visual Basic (Declaration)
Public ReadOnly Property OrderTypes As KeyValuePair()
Visual C++
public:
property array<KeyValuePair>^ OrderTypes {
	array<KeyValuePair>^ get ();
}

See Also