PhysicalWarehouseCollection..::..Reading Property

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

Syntax


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