ProjectDataSet.ProjectRow.PROJ_OPT_SPLIT_IN_PROGRESS property
Indicates whether to split tasks that are in progress.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_SPLIT_IN_PROGRESS As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_SPLIT_IN_PROGRESS
instance.PROJ_OPT_SPLIT_IN_PROGRESS = value
public bool PROJ_OPT_SPLIT_IN_PROGRESS { get; set; }
Property value
Type: System.Boolean
Remarks
True if in-progress tasks can be split; otherwise, False. PROJ_OPT_SPLIT_IN_PROGRESS maps to the Split in-progress option on the Schedule tab of the Options dialog box in Project Professional.
The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is True.
See also
Reference
ProjectDataSet.ProjectRow class