Maintenance..::..IsReading Property

Gets or sets a value indicating whether this instance is reading.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.BusinessLogic
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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

Field Value

true if this instance is reading; otherwise, false.