DriverDataSet.DriverRow.DRIVER_IS_USED_IN_PRIORITIZATION Property
Indicates whether the driver is currently used in one or more prioritizations.
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_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