ForeignExchange..::..DecimalPlaces Property

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

Syntax


[DescriptionAttribute]
[DisplayNameAttribute]
public int DecimalPlaces { get; set; }
<DescriptionAttribute> _
<DisplayNameAttribute> _
Public Property DecimalPlaces As Integer
	Get
	Set
[DescriptionAttribute]
[DisplayNameAttribute]
public:
property int^ DecimalPlaces {
	int^ get ();
	void set (int^ value);
}