PublishedTask.LevelingCanSplit property
Gets a value that indicates whether resource leveling can interrupt and split the task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property LevelingCanSplit As Boolean
Get
'Usage
Dim instance As PublishedTask
Dim value As Boolean
value = instance.LevelingCanSplit
[RemoteAttribute]
public bool LevelingCanSplit { get; }
Property value
Type: System.Boolean
True if leveling can interrupt and split the task; otherwise, False.