InventoryLedger..::..Ledger Property

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

Syntax


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