Compartir a través de


de la propiedad DriverPrioritizationDataSet.PrioritizationEntriesRow.DRIVER_PRIORITY

Obtiene o establece el valor de prioridad del controlador (el valor se encuentra entre 0 y 1).

Espacio de nombres:  WebSvcDriver
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property DRIVER_PRIORITY As Double
    Get
    Set
'Uso
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesRow
Dim value As Double

value = instance.DRIVER_PRIORITY

instance.DRIVER_PRIORITY = value
public double DRIVER_PRIORITY { get; set; }

Valor de propiedad

Tipo: System.Double
Devuelve Double.

Comentarios

La propiedad DRIVER_PRIORITY es un valor de precisión doble comprendido entre 0 y 1. La suma de todos los valores de prioridad de una asignación de prioridades es 1.

Vea también

Referencia

clase DriverPrioritizationDataSet.PrioritizationEntriesRow

Miembros DriverPrioritizationDataSet.PrioritizationEntriesRow

Espacio de nombres WebSvcDriver