OptimizerSolutionDataSet.SolutionRow.OPT_USE_DEPENDENCIES property
Gets or set a Boolean value that specifies whether or not the optimizer solution respects portfolio analysis dependencies.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property OPT_USE_DEPENDENCIES As Boolean
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionRow
Dim value As Boolean
value = instance.OPT_USE_DEPENDENCIES
instance.OPT_USE_DEPENDENCIES = value
public bool OPT_USE_DEPENDENCIES { get; set; }
Property value
Type: System.Boolean
Returns Boolean.
See also
Reference
OptimizerSolutionDataSet.SolutionRow class