ToDo..::..ReminderEnabled Property

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

Syntax


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