Share via


DriverPrioritizationDataSet.PrioritizationEntriesRow.IsDRIVER_IS_ACTIVENull method

Determines whether the DRIVER_IS_ACTIVE property is set to a null reference (Nothing in Visual Basic).

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

Syntax

'Declaration
Public Function IsDRIVER_IS_ACTIVENull As Boolean
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesRow
Dim returnValue As Boolean

returnValue = instance.IsDRIVER_IS_ACTIVENull()
public bool IsDRIVER_IS_ACTIVENull()

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

DriverPrioritizationDataSet.PrioritizationEntriesRow class

DriverPrioritizationDataSet.PrioritizationEntriesRow members

WebSvcDriver namespace