다음을 통해 공유


Task.FinishSlack property

Gets the duration between the EarlyFinish date and the LateFinish date.

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

Syntax

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

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

Property value

Type: System.String
The amount of time between early and late finish.

Remarks

To get the TimeSpan value for the finish slack, use the FinishSlackTimeSpan property.

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace