DraftTask.RemainingDuration property
Gets or sets the remaining task duration.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RemainingDuration As String
Get
Set
'Usage
Dim instance As DraftTask
Dim value As String
value = instance.RemainingDuration
instance.RemainingDuration = value
[RemoteAttribute]
public string RemainingDuration { get; set; }
Property value
Type: System.String
The remaining task duration.
Remarks
To get the TimeSpan value for the remaining duration, use the RemainingDurationTimeSpan property.