ProjectDataSet.ProjectRow.PROJ_OPT_HONOR_CONSTRAINTS Property
Specifies whether scheduling constraints take precedence over dependencies.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_OPT_HONOR_CONSTRAINTS As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_HONOR_CONSTRAINTS
instance.PROJ_OPT_HONOR_CONSTRAINTS = value
public bool PROJ_OPT_HONOR_CONSTRAINTS { get; set; }
Property Value
Type: System.Boolean
True if constraints take precedence over dependencies. false if dependencies take precedence over constraints.
Remarks
true if constraints take precedence over dependencies; false if dependencies take precedence over constraints. PROJ_OPT_HONOR_CONSTRAINTS maps to the Tasks will always honor their constraint dates 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