public decimal CurrentFXRate { get; set; }
Public Property CurrentFXRate As Decimal Get Set
public: property Decimal^ CurrentFXRate { Decimal^ get (); void set (Decimal^ value); }