TimesheetLineClassDataSet.Departments property
Gets the departments data table.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Departments As TimesheetLineClassDataSet.DepartmentsDataTable
Get
'Usage
Dim instance As TimesheetLineClassDataSet
Dim value As TimesheetLineClassDataSet.DepartmentsDataTable
value = instance.Departments
[BrowsableAttribute(false)]
public TimesheetLineClassDataSet.DepartmentsDataTable Departments { get; }
Property value
Type: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsDataTable
A DepartmentsDataTable object.
See also
Reference
TimesheetLineClassDataSet class