Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.