_TaskItem.Complete Property

Definition

Returns a Boolean (bool in C#) that is True if the task is completed. Read/write.

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

Property Value

Applies to