Gets or sets the DECIMAL_POINTS field of the CProduct.

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

Syntax

C#
protected int DecimalPoints { get; set; }
Visual Basic
Protected Property DecimalPoints As Integer
	Get
	Set
Visual C++
protected:
property int DecimalPoints {
	int get ();
	void set (int value);
}

See Also