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:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

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

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 Project Professional (on the Calculation tab in the Options dialog box).

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Project Web Service