Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.OPT_ENF_SCHEDULING_CONS Property

Gets the Boolean value that specifies whether or not to enforce schedule-based constraints, such as Finish-To-Start, when computing the solution. Read-only.

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

Syntax

'Declaration
Public Property OPT_ENF_SCHEDULING_CONS As Boolean
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
Dim value As Boolean

value = instance.OPT_ENF_SCHEDULING_CONS

instance.OPT_ENF_SCHEDULING_CONS = value
public bool OPT_ENF_SCHEDULING_CONS { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow Class

AnalysisDataSet.AnalysisPlannerSolutionsRow Members

PortfolioAnalyses Web Service