Task.StartSlack property
Gets the duration between the EarlyStart date and the LateStart date.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property StartSlack As String
Get
'Usage
Dim instance As Task
Dim value As String
value = instance.StartSlack
[RemoteAttribute]
public string StartSlack { get; }
Property value
Type: System.String
The duration between early and late start dates.
Remarks
To get the TimeSpan value for the start slack, use the StartSlackTimeSpan property.