SystemSettings..::..MoneyDecimalPlaces Property

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

Syntax


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