ProjectResource.RemainingWork property

Gets the amount of time, such as person-hours or days, that is still required for the project resource to complete a task or set of tasks.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property RemainingWork As String
    Get
'Usage
Dim instance As ProjectResource
Dim value As String

value = instance.RemainingWork
[RemoteAttribute]
public string RemainingWork { get; }

Property value

Type: System.String
The amount of time that is still required to complete a task.

Remarks

To get the TimeSpan value for the remaining work, use the RemainingWorkTimeSpan property.

See also

Reference

ProjectResource class

ProjectResource members

Microsoft.ProjectServer.Client namespace