Aracılığıyla paylaş


DriverPrioritizationDataSet.PrioritizationEntriesRow.DRIVER_PRIORITY Property

Gets or sets the priority value of the driver (the value is between 0 and 1).

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 DRIVER_PRIORITY As Double
    Get
    Set
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesRow
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

The DRIVER_PRIORITY property is a double-precision value between 0 and 1. The sum of all priority values in a prioritization is 1.

See Also

Reference

DriverPrioritizationDataSet.PrioritizationEntriesRow Class

DriverPrioritizationDataSet.PrioritizationEntriesRow Members

Driver Web Service