AnalysisDataSet.AnalysisRow.PRIORITIZATION_UID Property

Gets or sets the driver prioritization GUID used for analysis.

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 PRIORITIZATION_UID As Guid
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Guid

value = instance.PRIORITIZATION_UID

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

Property Value

Type: System.Guid
Returns Guid.

Remarks

Note

Should only be set when the portfolio analysis prioritization type is using drivers.

See Also

Reference

AnalysisDataSet.AnalysisRow Class

AnalysisDataSet.AnalysisRow Members

PortfolioAnalyses Web Service