Share via


Task.PercentWorkComplete property

Gets the current status of the task, 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 ReadOnly Property PercentWorkComplete As Integer
    Get
'Usage
Dim instance As Task
Dim value As Integer

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

Property value

Type: System.Int32
The percentage of work completed.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace