Share via


StatusTask.RemainingDurationTimeSpan property

Gets or sets the the amount of time that is required to complete the unfinished part of a task.

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

Syntax

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

value = instance.RemainingDurationTimeSpan

instance.RemainingDurationTimeSpan = value
[RemoteAttribute]
public TimeSpan RemainingDurationTimeSpan { get; set; }

Property value

Type: System.TimeSpan
The duration of the amount of time that is required to complete the unfinished part of a task.

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace