Rate..::..TransactionRate Property

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

Syntax


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