Share via


PublishedTask.LevelingDelay property

Gets the amount of time that leveling can delay the task from its early start.

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 PublishedTask
Dim value As String

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

Property value

Type: System.String
An amount of time.

Remarks

To get the TimeSpan value for the leveling delay, use the LevelingDelayTimeSpan property.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace