Interface IServerSettingParameter
Represents server setting parameter.
Namespace: BiExcellence.OpenBi.Api.Commands.ServerSettings
Assembly: BiExcellence.OpenBi.Api.ServerSettings.dll
Syntax
public interface IServerSettingParameter
Properties
Attributes
Gets the attributes.
Declaration
IDictionary<string, string> Attributes { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
Gets or sets the name.
Declaration
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value.
Declaration
string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |