RunStepConfigurationAttribute
Namespace: Lithnet.Ecma2Framework
An attribute that is used to decorate a class that contains configuration information that should be shown on the Run step page of the management agent configuration
public class RunStepConfigurationAttribute : System.Attribute
Inheritance Object → Attribute → RunStepConfigurationAttribute
Properties
Name
Gets the name of the configuration section
public string Name { get; }
Property Value
TypeId
public object TypeId { get; }
Property Value
Constructors
RunStepConfigurationAttribute()
Initializes a new instance of the RunStepConfigurationAttribute class
public RunStepConfigurationAttribute()
RunStepConfigurationAttribute(String)
Initializes a new instance of the RunStepConfigurationAttribute class
public RunStepConfigurationAttribute(string name)
Parameters
name
String
An optional name of the configuration section. This value defaults to Ecma:RunStep
Last updated