PartitionConfigurationAttribute

Namespace: Lithnet.Ecma2Framework

An attribute that is used to decorate a class that contains configuration information that should be shown on the Partition page of the management agent configuration

public class PartitionConfigurationAttribute : System.Attribute

Inheritance Objectarrow-up-rightAttributearrow-up-rightPartitionConfigurationAttribute

Properties

Name

Gets the name of the configuration section

public string Name { get; }

Property Value

Stringarrow-up-right

TypeId

public object TypeId { get; }

Property Value

Objectarrow-up-right

Constructors

PartitionConfigurationAttribute()

Initializes a new instance of the PartitionConfigurationAttribute class

PartitionConfigurationAttribute(String)

Initializes a new instance of the PartitionConfigurationAttribute class

Parameters

name Stringarrow-up-right An optional name of the configuration section. This value defaults to Ecma:Partition

Last updated