Gets or sets the COMMISSIONABLE field of the CProductCategory.

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

Syntax

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

See Also