Gets or sets the salesperson's commission rate for this product.

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

Syntax

C#
protected double CommissionRate { get; set; }
Visual Basic
Protected Property CommissionRate As Double
	Get
	Set
Visual C++
protected:
property double CommissionRate {
	double get ();
	void set (double value);
}

Field Value

The percentage rate of the salesperson's commission for this product. For example, 3.5% would have a value of 3.50.

See Also