PlannerSolutionDataSet.SolutionsRow.FRONTIER_UID property
Gets or sets the GUID of the solution scenario chart (formerly efficient frontier chart) that corresponds to the planner solution.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property FRONTIER_UID As Guid
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Guid
value = instance.FRONTIER_UID
instance.FRONTIER_UID = value
public Guid FRONTIER_UID { get; set; }
Property value
Type: System.Guid
Returns Guid.
See also
Reference
PlannerSolutionDataSet.SolutionsRow class