StatusTask.PercentComplete property
Gets or sets the current status of a 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 Property PercentComplete As Short
Get
Set
'Usage
Dim instance As StatusTask
Dim value As Short
value = instance.PercentComplete
instance.PercentComplete = value
[RemoteAttribute]
public short PercentComplete { get; set; }
Property value
Type: System.Int16
The current status of a task, expressed as a percentage.