Gets or sets the IsKit.

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

Syntax

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

See Also