ToDo..::..ReminderSent Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.JiwaToDos.Lister
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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