Task.FinishSlackTimeSpan property

Gets the total time interval of planned person-hours scheduled for an assignment, at the time of the project baseline.

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

Syntax

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

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

Property value

Type: System.TimeSpan
The duration of the amount of time between early and late finish.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace