Interface ILicenseInformationComponent
Represents a license information component.
Namespace: BiExcellence.OpenBi.Api.Commands.LicenseInformation
Assembly: BiExcellence.OpenBi.Api.LicenseInformation.dll
Syntax
public interface ILicenseInformationComponent
Properties
ComponentName
Gets the component name.
Declaration
string ComponentName { get; }
Property Value
Type | Description |
---|---|
string |
Parameters
Gets the parameters.
Declaration
IDictionary<string, string> Parameters { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
UsedCount
Gets the used count.
Declaration
long UsedCount { get; }
Property Value
Type | Description |
---|---|
long |
ValidTo
Gets the valid to date.
Declaration
DateTimeOffset? ValidTo { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |