Share via


DriverDataSet.DriverDepartments Property

Gets the information concerning task, resource, cost, and assignment driver data that is associated with a specific department.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property DriverDepartments As DriverDataSet.DriverDepartmentsDataTable
    Get
'Usage
Dim instance As DriverDataSet
Dim value As DriverDataSet.DriverDepartmentsDataTable

value = instance.DriverDepartments
[BrowsableAttribute(false)]
public DriverDataSet.DriverDepartmentsDataTable DriverDepartments { get; }

Property Value

Type: [Driver Web service].DriverDataSet.DriverDepartmentsDataTable

See Also

Reference

DriverDataSet Class

DriverDataSet Members

Driver Web Service