Line..::..InventoryValue_LedgerAccount Property

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

Syntax


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