DriverDataSet.DriverRow.DRIVER_IS_ACTIVE property
Indicates whether the driver is currently active.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DRIVER_IS_ACTIVE As Boolean
Get
Set
'Usage
Dim instance As DriverDataSet.DriverRow
Dim value As Boolean
value = instance.DRIVER_IS_ACTIVE
instance.DRIVER_IS_ACTIVE = value
public bool DRIVER_IS_ACTIVE { get; set; }
Property value
Type: System.Boolean