LogicalWarehouse..::..InTransit Property

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

Syntax


public bool InTransit { get; set; }
Public Property InTransit As Boolean
	Get
	Set
public:
property bool^ InTransit {
	bool^ get ();
	void set (bool^ value);
}