Share via


DriverDataSet.DriverRow.DRIVER_IS_USED_IN_ANALYSIS Property

Indicates whether the driver is used in one or more analyses.

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_ANALYSIS As Boolean
    Get
    Set
'Usage
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

See Also

Reference

DriverDataSet.DriverRow Class

DriverDataSet.DriverRow Members

Driver Web Service