Gets or sets the COMMISSION_PERCENT field of the CProductCategory.

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

Syntax

C#
public double CommisionPercent { get; set; }
Visual Basic
Public Property CommisionPercent As Double
	Get
	Set
Visual C++
public:
property double CommisionPercent {
	double get ();
	void set (double value);
}

See Also