Share via


Project.PercentComplete property

Gets the percentage complete of the project summary task.

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

Syntax

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

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

Property value

Type: System.Int32
The percentage that is complete.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace