Line..::..InventoryStockMovement_LedgerAccount Property

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

Syntax


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