Assignment.LevelingDelayTimeSpan property

Gets the time interval for 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 LevelingDelayTimeSpan As TimeSpan
    Get
'Usage
Dim instance As Assignment
Dim value As TimeSpan

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

Property value

Type: System.TimeSpan
The duration of the leveling delay.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace