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
WebSvcAdmin.DepartmentsDataSet.DepartmentsDataTable
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.