Task.ScheduledDuration property
Gets the total span of active working time for the task as entered or as calculated based on the start date, the finish date, calendars, and other scheduling factors.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ScheduledDuration As String
Get
'Usage
Dim instance As Task
Dim value As String
value = instance.ScheduledDuration
[RemoteAttribute]
public string ScheduledDuration { get; }
Property value
Type: System.String
The total span of active working time.
Remarks
To get the TimeSpan value for the scheduled duration, use the ScheduledDurationTimeSpan property.