DriverDataSet.DriverDepartments property
Gets the information concerning task, resource, cost, and assignment driver data that is associated with a specific department.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcDriver.DriverDataSet.DriverDepartmentsDataTable