DriverDataSet.DriverRow.DRIVER_DESCRIPTION Property
The description 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_DESCRIPTION As String
Get
Set
'Usage
Dim instance As DriverDataSet.DriverRow
Dim value As String
value = instance.DRIVER_DESCRIPTION
instance.DRIVER_DESCRIPTION = value
public string DRIVER_DESCRIPTION { get; set; }
Property Value
Type: System.String