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 stated priority of the driver relative to the other drivers included in the analysis. Read-only.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DRIVER_PRIORITY As Double
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionStrategicAlignmentRow
Dim value As Double
value = instance.DRIVER_PRIORITY
instance.DRIVER_PRIORITY = value
public double DRIVER_PRIORITY { get; set; }
Property value
Type: System.Double
Returns Double.
Remarks
This value is between 0.0 (representing 0%) and 1.0 (representing 100%), and will sum to 1.0 across all drivers in the analysis.
See also
Reference
OptimizerSolutionDataSet.SolutionStrategicAlignmentRow class
OptimizerSolutionDataSet.SolutionStrategicAlignmentRow members