Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.OPTIMIZER_SOLUTION_UID property

Gets the GUID of the cost optimizer solution the portfolio analysis resource planner solutions is based on. Read-only.

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

Syntax

'Declaration
Public Property OPTIMIZER_SOLUTION_UID As Guid
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
Dim value As Guid

value = instance.OPTIMIZER_SOLUTION_UID

instance.OPTIMIZER_SOLUTION_UID = value
public Guid OPTIMIZER_SOLUTION_UID { get; set; }

Property value

Type: System.Guid
Returns Guid.

See also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow class

AnalysisDataSet.AnalysisPlannerSolutionsRow members

WebSvcPortfolioAnalyses namespace