Share via


Task.FreeSlack property

Gets 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 FreeSlack As String
    Get
'Usage
Dim instance As Task
Dim value As String

value = instance.FreeSlack
[RemoteAttribute]
public string FreeSlack { get; }

Property value

Type: System.String
The time that the task can be delayed.

Remarks

To get the TimeSpan value for the free slack, use the FreeSlackTimeSpan property.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace