AnalysisDataSet.AnalysisProjectsRow.PRIORITY Property
Gets or sets the normalized priority for the project within the portfolio 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 PRIORITY As Double
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectsRow
Dim value As Double
value = instance.PRIORITY
instance.PRIORITY = value
public double PRIORITY { get; set; }
Property Value
Type: System.Double
Returns Double.
Remarks
This is a number between 0.0 (representing 0%) and 1.0 (representing 100%). Unless all the priorities are 0, this value is normalized across all projects in the analysis, such that the sum of priorities for all projects is 1.
See Also
Reference
AnalysisDataSet.AnalysisProjectsRow Class