ProjectDataSet.ProjectRow.PROJ_OPT_CRITICAL_SLACK_LIMIT Property

Specifies the number of days that a task can go past its end date before Project marks that task as critical.

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

Syntax

'Declaration
Public Property PROJ_OPT_CRITICAL_SLACK_LIMIT As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.PROJ_OPT_CRITICAL_SLACK_LIMIT

instance.PROJ_OPT_CRITICAL_SLACK_LIMIT = value
public int PROJ_OPT_CRITICAL_SLACK_LIMIT { get; set; }

Property Value

Type: System.Int32
Number of days for critical slack limit.

Remarks

The default value of PROJ_OPT_CRITICAL_SLACK_LIMIT for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is zero days, which is the default slack value in Microsoft Office Project Professional (Calculation tab in the Options dialog box).

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

WebSvcStatusing Namespace