Share via


Task.FreeSlackTimeSpan property

Gets the total time interval for the amount of time that the task can be delayed without delaying successor tasks.

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

Syntax

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

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

Property value

Type: System.TimeSpan
The duration of the time that the task can be delayed.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace