DriverDataSet.DriverRow.DRIVER_IS_USED_IN_PRIORITIZATION property
Indica se o driver é atualmente usado em uma ou mais priorizações.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property DRIVER_IS_USED_IN_PRIORITIZATION As Boolean
Get
Set
'Uso
Dim instance As DriverDataSet.DriverRow
Dim value As Boolean
value = instance.DRIVER_IS_USED_IN_PRIORITIZATION
instance.DRIVER_IS_USED_IN_PRIORITIZATION = value
public bool DRIVER_IS_USED_IN_PRIORITIZATION { get; set; }
Property value
Type: System.Boolean