Inventory..::..DecimalPlaces Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public int DecimalPlaces { get; set; }
Public Property DecimalPlaces As Integer
	Get
	Set
public:
property int^ DecimalPlaces {
	int^ get ();
	void set (int^ value);
}