DriverPrioritizationDataSet.PrioritizationEntriesRow.DRIVER_DESCRIPTION Property
Gets the description of the driver associated with the prioritization. Read-only.
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 DriverPrioritizationDataSet.PrioritizationEntriesRow
Dim value As String
value = instance.DRIVER_DESCRIPTION
instance.DRIVER_DESCRIPTION = value
public string DRIVER_DESCRIPTION { get; set; }
Property Value
Type: System.String
Returns String.
See Also
Reference
DriverPrioritizationDataSet.PrioritizationEntriesRow Class
DriverPrioritizationDataSet.PrioritizationEntriesRow Members