Interface IObjectLock
Represents information about object lock.
Namespace: BiExcellence.OpenBi.Api.Commands.Configurator
Assembly: BiExcellence.OpenBi.Api.Configurator.dll
Syntax
public interface IObjectLock
Properties
SessionId
Gets the session id.
Declaration
string SessionId { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserId
Gets the username (can be null).
Declaration
string UserId { get; }
Property Value
| Type | Description |
|---|---|
| string |