Gets the KIT_ITEM_TYPE field of the COrderLine.

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

Syntax

C#
public byte KitItemType { get; }
Visual Basic
Public ReadOnly Property KitItemType As Byte
	Get
Visual C++
public:
property unsigned char KitItemType {
	unsigned char get ();
}

See Also