StatusTask.RemainingDurationTimeSpan property

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

Syntax

'Declaration
Public Property RemainingDurationTimeSpan As TimeSpan
    Get
    Set
'Usage
Dim instance As StatusTask
Dim value As TimeSpan

value = instance.RemainingDurationTimeSpan

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

Property value

Type: System.TimeSpan

See also

Reference

StatusTask class

StatusTask members

Microsoft.ProjectServer.Client namespace