StatusAssignment.PercentComplete 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 PercentComplete As Short
    Get
    Set
'Usage
Dim instance As StatusAssignment
Dim value As Short

value = instance.PercentComplete

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

Property value

Type: System.Int16
The current status of an assignment, expressed as a percentage.

See also

Reference

StatusAssignment class

StatusAssignment members

Microsoft.ProjectServer.Client namespace