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

Determines how much of the task has been completed.

Syntax

Visual Basic (Declaration) 
Public Property PercentComplete As Integer
C# 
public int PercentComplete {get; set;}

Property Value

This property value is of type Integer, indicating how much of the task is complete. 

Remarks

This property value is of type Integer, indicating how much of the task has been completed.

Requirements

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

See Also