Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 953 Bytes

lithnet.ecma2framework.dividerparameterattribute.md

File metadata and controls

32 lines (20 loc) · 953 Bytes

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()