DataParameterAttribute

Namespace: Lithnet.Ecma2Framework

Defines a configuration parameter that is rendered in the UI as a control that stores data

public abstract class DataParameterAttribute : ParameterAttribute

Inheritance Objectarrow-up-rightAttributearrow-up-rightParameterAttributeDataParameterAttribute

Properties

Name

Gets the name of the parameter, as shown to the user on the MIM configuration page

public string Name { get; }

Property Value

Stringarrow-up-right

TypeId

public object TypeId { get; }

Property Value

Objectarrow-up-right

Last updated