TaskType.IsComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.