DraftTask.PercentComplete property
Gets or sets the percent of duration completed on a task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PercentComplete As Integer
Get
Set
'Usage
Dim instance As DraftTask
Dim value As Integer
value = instance.PercentComplete
instance.PercentComplete = value
[RemoteAttribute]
public int PercentComplete { get; set; }
Property value
Type: System.Int32
The percent of duration completed.