DraftProject.SplitInProgress property
Gets or sets a value that indicates whether to split tasks that are in progress.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property SplitInProgress As Boolean
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Boolean
value = instance.SplitInProgress
instance.SplitInProgress = value
[RemoteAttribute]
public bool SplitInProgress { get; set; }
Property value
Type: System.Boolean
True if tasks that are in progress are to be split; otherwise, False.