DepartmentsDataSet.Departments Property
Gets a list of departments that can be used for project entities and for resource entities.
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
<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: [Admin Web service].DepartmentsDataSet.DepartmentsDataTable