StockTakeLine..::..InventoryID Property

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

Syntax


public string InventoryID { get; set; }
Public Property InventoryID As String
	Get
	Set
public:
property String^ InventoryID {
	String^ get ();
	void set (String^ value);
}