ImportTransactions..::..InventoryTransactionsObject Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventoryUI.Import.Transactions
Assembly:  JiwaInventoryUI (in JiwaInventoryUI.dll)

Syntax


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