public bool NewTasks { get; set; }
Public Property NewTasks As Boolean Get Set
public: property bool NewTasks { bool get (); void set (bool value); }
member NewTasks : bool with get, set
In This Article