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 ObjectAttributeCapabilitiesConfigurationAttribute

Properties

Name

Gets the name of the configuration section

public string Name { get; }

Property Value

String

TypeId

public object TypeId { get; }

Property Value

Object

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