Share via


DraftTask.LevelingCanSplit property

Gets or sets a value that indicates whether leveling can interrupt and split a task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property LevelingCanSplit As Boolean
    Get
    Set
'Usage
Dim instance As DraftTask
Dim value As Boolean

value = instance.LevelingCanSplit

instance.LevelingCanSplit = value
[RemoteAttribute]
public bool LevelingCanSplit { get; set; }

Property value

Type: System.Boolean
True if leveling can interrupt and split a task; otherwise, False.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace