DepartmentsDataSet.Departments property
Gets a list of departments that can be used for project entities and for resource entities.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Departments As DepartmentsDataSet.DepartmentsDataTable
Get
'Usage
Dim instance As DepartmentsDataSet
Dim value As DepartmentsDataSet.DepartmentsDataTable
value = instance.Departments
[BrowsableAttribute(false)]
public DepartmentsDataSet.DepartmentsDataTable Departments { get; }
Property value
Type: WebSvcAdmin.DepartmentsDataSet.DepartmentsDataTable