ToDo..::..HasBeenRead Property

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

Syntax


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