Share via


DriverDataSet.DriverRow.DRIVER_IS_USED_IN_PRIORITIZATION property

Indicates whether the driver is currently used in one or more prioritizations.

Namespace:  WebSvcDriver
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property DRIVER_IS_USED_IN_PRIORITIZATION As Boolean
    Get
    Set
'Usage
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

See also

Reference

DriverDataSet.DriverRow class

DriverDataSet.DriverRow members

WebSvcDriver namespace