Open this page in the API Guide

IPrivilegeService.ApplicationPrivileges Property

Gets all the registered application privileges.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IReadOnlyCollection<Privilege> ApplicationPrivileges { get; }

Property Value

Type: IReadOnlyCollection<Privilege>
See Also