Share via


Task.RemainingWork property

Gets the time, such as person-hours or days, that is required to complete the 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 Task
Dim value As String

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

Property value

Type: System.String
The time that is still required to complete the task.

Remarks

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

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace