Gets or sets a reference to the type of this COrder.

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

Syntax

C#
public string OrderTypeCode { get; set; }
Visual Basic
Public Property OrderTypeCode As String
	Get
	Set
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.

See Also