PublishedProject.SplitInProgress property

Gets 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 ReadOnly Property SplitInProgress As Boolean
    Get
'Usage
Dim instance As PublishedProject
Dim value As Boolean

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

Property value

Type: System.Boolean
True if tasks that are in progress are to be split; otherwise, False.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace