ProjectImpactDataSet.DriversRow.DRIVER_NAME Property
Gets the name of the driver associated with the project. Read-only.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
'Declaration
Public Property DRIVER_NAME As String
Get
Set
'Usage
Dim instance As ProjectImpactDataSet.DriversRow
Dim value As String
value = instance.DRIVER_NAME
instance.DRIVER_NAME = value
public string DRIVER_NAME { get; set; }
Type: System.String
ProjectImpactDataSet.DriversRow Class