SessionHasPrivilege Method  | 
 
            Determines whether the session has the specified application privilege.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual bool HasPrivilege(
	Guid applicationPrivilegeId
)
Public Overridable Function HasPrivilege ( 
	applicationPrivilegeId As Guid
) As Boolean
public:
virtual bool HasPrivilege(
	Guid applicationPrivilegeId
)
abstract HasPrivilege : 
        applicationPrivilegeId : Guid -> bool 
override HasPrivilege : 
        applicationPrivilegeId : Guid -> bool Parameters
- applicationPrivilegeId
 - Type: SystemGuid
Application privilege ID. 
Return Value
Type: 
Boolean if the session has the specified privilege; otherwise, 
.
Exceptions
See Also