OptimizerSolutionDataSet.SolutionStrategicAlignmentRow.DRIVER_PRIORITY Property
Gets the stated priority of the driver relative to the other drivers included in the analysis. Read-only.
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 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