Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the non-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 ABSOLUTE_PRIORITY As Double
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectsRow
Dim value As Double
value = instance.ABSOLUTE_PRIORITY
instance.ABSOLUTE_PRIORITY = value
public double ABSOLUTE_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%). This value is based purely on evaluating the project against the prioritization for the analysis, and will not be normalized across projects.
See Also
Reference
AnalysisDataSet.AnalysisProjectsRow Class