DriverPrioritizationDataSet.PrioritizationRow.CONSISTENCY_RATIO Property
Gets or sets a value between 0 and 1 that indicates how logically consistent all of the comparisons in a prioritization are with respect to each other.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
Public Property CONSISTENCY_RATIO As Double
Get
Set
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim value As Double
value = instance.CONSISTENCY_RATIO
instance.CONSISTENCY_RATIO = value
public double CONSISTENCY_RATIO { get; set; }
Property Value
Type: System.Double
Returns Double.
Remarks
Values close to 1 are more logically consistent than values much smaller than 1. A prioritization defines the value 0.75 as the threshold for a low-consistency warning.
Note
Values less than 1 can be reasonable for a specific set of drivers.
See Also
Reference
DriverPrioritizationDataSet.PrioritizationRow Class