Gets the list of Order Types defined in the iMIS instance
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public KeyValuePair[] OrderTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property OrderTypes As KeyValuePair() Get |
| Visual C++ |
|---|
public: property array<KeyValuePair>^ OrderTypes { array<KeyValuePair>^ get (); } |