StatusingDataSet.ProjectsRow.PROJ_OPT_HONOR_CONSTRAINTS Property
Gets a value that specifies whether tasks always honor their constraint dates.
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 StatusingDataSet.ProjectsRow
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
The default value is True.
Remarks
The PROJ_OPT_HONOR_CONSTRAINTS property can be set on the Schedule tab of the Project Options dialog box.
See Also
Reference
StatusingDataSet.ProjectsRow Class