Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GUID of the analysis the solution scenarios (formerly efficient frontier) is based on. Read-only.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public Property ANALYSIS_UID As Guid
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierRow
Dim value As Guid
value = instance.ANALYSIS_UID
instance.ANALYSIS_UID = value
public Guid ANALYSIS_UID { get; set; }
Property Value
Type: System.Guid
Returns Guid.
See Also
Reference
PlannerSolutionDataSet.SolutionEfficientFrontierRow Class