Share via


StatusTask.PhysicalPercentComplete property

Gets or sets the entered percent complete value that can be used as an alternative for calculating budgeted cost of work performed (BCWP).

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property PhysicalPercentComplete As Short
    Get
    Set
'Usage
Dim instance As StatusTask
Dim value As Short

value = instance.PhysicalPercentComplete

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

Property value

Type: System.Int16
The percent complete value.

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace