Compartilhar via


DriverDataSet.DriverRow.DRIVER_IS_USED_IN_ANALYSIS property

Indica se o driver for usado em uma ou mais análises.

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

Syntax

'Declaração
Public Property DRIVER_IS_USED_IN_ANALYSIS As Boolean
    Get
    Set
'Uso
Dim instance As DriverDataSet.DriverRow
Dim value As Boolean

value = instance.DRIVER_IS_USED_IN_ANALYSIS

instance.DRIVER_IS_USED_IN_ANALYSIS = value
public bool DRIVER_IS_USED_IN_ANALYSIS { get; set; }

Property value

Type: System.Boolean

Ver também

Referência

DriverDataSet.DriverRow class

DriverDataSet.DriverRow members

WebSvcDriver namespace