public Account LedgerAssignedValue { get; set; }
Public Property LedgerAssignedValue As Account Get Set
public: property Account^ LedgerAssignedValue { Account^ get (); void set (Account^ value); }