clsDBAllocations..::..IsReading Property

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

Syntax


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