Gets or sets the salesperson's commission rate for this product.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected double CommissionRate { get; set; } |
| Visual Basic (Declaration) |
|---|
Protected Property CommissionRate As Double |
| Visual C++ |
|---|
protected: property double CommissionRate { double get (); void set (double value); } |