CreditorLedger..::..Ledger Property

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

Syntax


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