dbicDayView Send comments on this topic.
Complete Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskItem Class : Complete Property

Determines if the task has been completed.

Syntax

Visual Basic (Declaration) 
Public Property Complete As Boolean
C# 
public bool Complete {get; set;}

Remarks

This property value is of type Boolean, indicating if the task has been completed.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also