PublishedTask.PercentComplete property
Gets the current status of the task, expressed as the percentage of the task's duration that has been completed.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property PercentComplete As Integer
Get
'Usage
Dim instance As PublishedTask
Dim value As Integer
value = instance.PercentComplete
[RemoteAttribute]
public int PercentComplete { get; }
Property value
Type: System.Int32
The percentage of duration completed.