Share via


PublishedAssignment.PercentWorkComplete property

Gets the current status of the assignment, expressed as the percentage of the total work that has been completed.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property PercentWorkComplete As Integer
    Get
'Usage
Dim instance As PublishedAssignment
Dim value As Integer

value = instance.PercentWorkComplete
[RemoteAttribute]
public int PercentWorkComplete { get; }

Property value

Type: System.Int32
The current status of a task.

See also

Reference

PublishedAssignment class

PublishedAssignment members

Microsoft.ProjectServer.Client namespace