Interface ISessionInfo
Represents information about the current server session.
Namespace: BiExcellence.OpenBi.Api.Commands
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface ISessionInfo
Properties
UserId
Gets the username of the logged in user.
Declaration
string? UserId { get; }
Property Value
Type | Description |
---|---|
string |