OptimizerSolutionDataSet.SolutionStrategicAlignmentRow.DRIVER_PRIORITY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the stated priority of the driver relative to the other drivers included in the analysis. Read-only.
public:
property double DRIVER_PRIORITY { double get(); void set(double value); };
public double DRIVER_PRIORITY { get; set; }
member this.DRIVER_PRIORITY : double with get, set
Public Property DRIVER_PRIORITY As Double
Property Value
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.