DepartmentsDataSet.DepartmentsDataTable Class

Represents a data table that maintains the collection of departments that are used for project entities and resource entities.

Inheritance Hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      [Admin Web service].DepartmentsDataSet.DepartmentsDataTable

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
<SerializableAttribute> _
Public Class DepartmentsDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
[SerializableAttribute]
public class DepartmentsDataTable : DataTable, 
    IEnumerable

Remarks

Project entities and resource entities are the Project Server entities that are associated with a department by using the Project Departments custom field and the Resource Departments custom field. For a code example that includes a DepartmentsDataSet object, see ReadDepartments(Int32).

Each row of the data table contains a DepartmentsDataSet.DepartmentsRow object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DepartmentsDataSet.DepartmentsDataTable Members

Admin Web Service