Share via


ProjectDataSet.ProjectRow.PROJ_OPT_SPLIT_IN_PROGRESS Property

Indicates whether to split tasks that are in progress.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

public bool PROJ_OPT_SPLIT_IN_PROGRESS { get; set; }

Property Value

Type: System.Boolean
true if in-progress tasks can be split.

Remarks

PROJ_OPT_SPLIT_IN_PROGRESS maps to the Split in-progress option in the Schedule tab of the Options dialog box in Microsoft Office 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

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace