Share via


CubeSettingsDataSet.Departments property

Gets a collection of OLAP cube settings information that is associated with departmental data.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Departments As CubeSettingsDataSet.DepartmentsDataTable
    Get
'Usage
Dim instance As CubeSettingsDataSet
Dim value As CubeSettingsDataSet.DepartmentsDataTable

value = instance.Departments
[BrowsableAttribute(false)]
public CubeSettingsDataSet.DepartmentsDataTable Departments { get; }

Property value

Type: WebSvcCubeAdmin.CubeSettingsDataSet.DepartmentsDataTable

See also

Reference

CubeSettingsDataSet class

CubeSettingsDataSet members

WebSvcCubeAdmin namespace