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