Gets the KIT_ITEM_TYPE field of the COrderLine.

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

Syntax

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

See Also