Assignment.LevelingDelay property

Gets the amount of time that resource leveling can delay the assignment from its early start date.

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

Syntax

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

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

Property value

Type: System.String
The duration of the leveling delay. For example, 2d (two days) or 3w (three weeks).
To get the TimeSpan value for the leveling delay, use the LevelingDelayTimeSpan property.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace