StatusTask.PercentWorkComplete property
Gets or sets the current status of a task, resource, or assignment, expressed as the percentage of work that has been completed.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PercentWorkComplete As Short
Get
Set
'Usage
Dim instance As StatusTask
Dim value As Short
value = instance.PercentWorkComplete
instance.PercentWorkComplete = value
[RemoteAttribute]
public short PercentWorkComplete { get; set; }
Property value
Type: System.Int16
The percentage of work completed.