Share via


Task.TotalSlackTimeSpan property

Gets the total time interval for the amount of time that the task finish date can be delayed without delaying the project's finish date.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property TotalSlackTimeSpan As TimeSpan
    Get
'Usage
Dim instance As Task
Dim value As TimeSpan

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

Property value

Type: System.TimeSpan
The duration of the total slack time for a task.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace