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.2.0

Syntax

C#
public double CommissionRate { get; set; }
Visual Basic (Declaration)
Public Property CommissionRate As Double
Visual C++
public:
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