Gets or sets the CEU_TYPE field of the COrderLine.

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

Syntax

C#
public string CeuType { get; set; }
Visual Basic
Public Property CeuType As String
	Get
	Set
Visual C++
public:
property String^ CeuType {
	String^ get ();
	void set (String^ value);
}

Remarks

If the value supplied is greater than 10 characters in length an error is reported.

See Also