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