Gets or sets a reference to the type of this COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string OrderTypeCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property OrderTypeCode As String |
| Visual C++ |
|---|
public: property String^ OrderTypeCode { String^ get (); void set (String^ value); } |
Field Value
The key to one of the order types defined on the Set up Order Types window in iMIS.
Remarks
If the supplied value is greater than 10 characters in length or is not defined in the Set up Order Types window in iMIS an
error is reported.