DividerParameterAttribute

Namespace: Lithnet.Ecma2Framework

Defines a configuration parameter that is rendered as a divider in the management agent's configuration pages The divider has no data backing and therefore is not associated with a property, rather it is added to an existing property. The divider will be displayed above the decorated property.

public class DividerParameterAttribute : System.Attribute

Inheritance ObjectAttributeDividerParameterAttribute

Properties

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

DividerParameterAttribute()

public DividerParameterAttribute()

Last updated