Gets or sets the COMMISIONABLE field of the CProduct.

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

Syntax

C#
protected bool IsCommissionable { get; set; }
Visual Basic (Declaration)
Protected Property IsCommissionable As Boolean
Visual C++
protected:
property bool IsCommissionable {
	bool get ();
	void set (bool value);
}

See Also