Gets or sets the PRORATE field of the CProduct.

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

Syntax

C#
protected string ProrateRule { get; set; }
Visual Basic
Protected Property ProrateRule As String
	Get
	Set
Visual C++
protected:
property String^ ProrateRule {
	String^ get ();
	void set (String^ value);
}

Remarks

If the supplied value is greater than 50 characters in length an error is reported.

See Also