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