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

Gets or sets the status of the task.

Syntax

Visual Basic (Declaration) 
Public Property Status As dbiTaskItem.enumStatus
C# 
public dbiTaskItem.enumStatus Status {get; set;}

Remarks

This property value is of type dbiTaskItem.enumStatus, indicating the status of the task.

Requirements

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

See Also