DataCubeElementPrivileges Property |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.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
Type:
IReadOnlyDictionaryString,
DataPrivilegeFor elements with data privileges defined, privileges are keyed by the element unique name.
See Also