Share via


DriverDataSet.DriverRow.DRIVER_NAME property

The name of the specified driver.

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

Syntax

'Declaration
Public Property DRIVER_NAME As String
    Get
    Set
'Usage
Dim instance As DriverDataSet.DriverRow
Dim value As String

value = instance.DRIVER_NAME

instance.DRIVER_NAME = value
public string DRIVER_NAME { get; set; }

Property value

Type: System.String

See also

Reference

DriverDataSet.DriverRow class

DriverDataSet.DriverRow members

WebSvcDriver namespace