LogicalWarehouse..::..InTransit Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Inventory.Warehouse
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


[DataMemberAttribute]
public bool InTransit { get; set; }
<DataMemberAttribute> _
Public Property InTransit As Boolean
	Get
	Set
[DataMemberAttribute]
public:
property bool^ InTransit {
	bool^ get ();
	void set (bool^ value);
}