ISessionServiceGetDynamicSessionProperties Method  | 
 Gets the dynamic properties of a session.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxDynamicSessionProperties? GetDynamicSessionProperties(
	Guid sessionId
)
Function GetDynamicSessionProperties ( 
	sessionId As Guid
) As DynamicSessionProperties
DynamicSessionProperties^ GetDynamicSessionProperties(
	Guid sessionId
)
abstract GetDynamicSessionProperties : 
        sessionId : Guid -> DynamicSessionProperties 
Parameters
- sessionId
 - Type: SystemGuid
The ID of the session. 
Return Value
Type: 
DynamicSessionProperties
            An object containing the dynamic properties for the specified session or
            
 if the session was not found.
            
Exceptions| Exception | Condition | 
|---|
| ArgumentException | sessionId is Empty. | 
| NoPrivilegeException | The specified session is not associated with the caller. -or- The caller does not have system administration privileges. -or- The specified session is associated with a tenant, but the caller does not have administration privileges for that tenant.  | 
| InvalidSessionException | The caller context is not associated with a valid session. | 
See Also