DriverDataSet.DriverRow.DRIVER_NAME Property
The name of the specified driver.
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_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