DataCubeElementPrivileges Property |
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyDictionary<string, DataPrivilege> ElementPrivileges { get; }Public ReadOnly Property ElementPrivileges As IReadOnlyDictionary(Of String, DataPrivilege)
Get
public:
property IReadOnlyDictionary<String^, DataPrivilege^>^ ElementPrivileges {
IReadOnlyDictionary<String^, DataPrivilege^>^ get ();
}member ElementPrivileges : IReadOnlyDictionary<string, DataPrivilege> with get
Property Value
IReadOnlyDictionaryString,
DataPrivilegeFor elements with data privileges defined, privileges are keyed by the element unique name.
See Also