Share via


PublishedTask.RemainingDuration property

Gets the amount of time that is required to complete the unfinished part of the task, which is the remaining task duration.

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

Syntax

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

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

Property value

Type: System.String
An object that represents the remaining task duration.

Remarks

To get the TimeSpan value for the remaining duration, use the RemainingDurationTimeSpan property.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace