Gets or sets an indication of whether this is a basket item.

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

Syntax

C#
public bool BasketItem { get; set; }
Visual Basic
Public Property BasketItem As Boolean
	Get
	Set
Visual C++
public:
property bool BasketItem {
	bool get ();
	void set (bool value);
}

See Also