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