Share via


TodoList.TodoTag.completed Property

Definition

Gets or sets a Boolean value that specifies whether the Todo tag is completed.

public:
 property bool completed { bool get(); void set(bool value); };
public bool completed { get; set; }
member this.completed : bool with get, set
Public Property completed As Boolean

Property Value

True if the tag is completed, otherwise false.

Applies to