Line..::..HomeCurrencyDecimalPlaces Property

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

Syntax


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