Interface IBatchJobParameter
Represents a batch job parameter.
Namespace: BiExcellence.OpenBi.Api.Commands.BatchJobs
Assembly: BiExcellence.OpenBi.Api.BatchJob.dll
Syntax
public interface IBatchJobParameter
Properties
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 |