DraftAssignment.PercentWorkComplete property
Gets or sets the amount of work that has been done on the assignment, expressed as a percentage of the total work.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PercentWorkComplete As Integer
Get
Set
'Usage
Dim instance As DraftAssignment
Dim value As Integer
value = instance.PercentWorkComplete
instance.PercentWorkComplete = value
[RemoteAttribute]
public int PercentWorkComplete { get; set; }
Property value
Type: System.Int32
The current status of the assignment, expressed as a percentage.