Share via


OptimizerSolutionDataSet.SolutionEfficientFrontierRow.POINT_UID property

Gets the GUID of the efficient frontier point. Read-only.

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

Syntax

'Declaration
Public Property POINT_UID As Guid
    Get
    Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionEfficientFrontierRow
Dim value As Guid

value = instance.POINT_UID

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

Property value

Type: System.Guid
Returns Guid.

See also

Reference

OptimizerSolutionDataSet.SolutionEfficientFrontierRow class

OptimizerSolutionDataSet.SolutionEfficientFrontierRow members

WebSvcPortfolioAnalyses namespace