DataCubeElementPrivileges Property

Gets the list of DataPrivilege of this data cube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public IReadOnlyDictionary<string, DataPrivilege> ElementPrivileges { get; }

Property Value

Type: IReadOnlyDictionaryString, DataPrivilege
For elements with data privileges defined, privileges are keyed by the element unique name.
See Also