Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.OPT_ENF_PROJ_DEP property

Gets the Boolean value that specifies whether or not to enforce project-based constraints, such as Mutual-Exclusion, when computing the solution. Read-only.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

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

value = instance.OPT_ENF_PROJ_DEP

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow class

AnalysisDataSet.AnalysisPlannerSolutionsRow members

WebSvcPortfolioAnalyses namespace