TaskType.IsComplete Property

Definition

The IsComplete property gets or sets a Boolean value that indicates whether the task has been completed.

public:
 property bool IsComplete { bool get(); void set(bool value); };
public bool IsComplete { get; set; }
Public Property IsComplete As Boolean

Property Value

The IsComplete property returns true if the task has been completed; otherwise, the property returns false.

Applies to