SessionApplicationPrivilegeIds Property  | 
 
            Gets the IDs of application privileges effectively granted to the session.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyCollection<Guid> ApplicationPrivilegeIds { get; }Public ReadOnly Property ApplicationPrivilegeIds As IReadOnlyCollection(Of Guid)
	Get
public:
property IReadOnlyCollection<Guid>^ ApplicationPrivilegeIds {
	IReadOnlyCollection<Guid>^ get ();
}member ApplicationPrivilegeIds : IReadOnlyCollection<Guid> with get
Property Value
Type: 
IReadOnlyCollectionGuid
See Also