UIParameterAttribute

Namespace: Lithnet.Ecma2Framework

Base class that represents a configuration parameter that does not store data

public abstract class UIParameterAttribute : ParameterAttribute

Inheritance Objectarrow-up-rightAttributearrow-up-rightParameterAttributeUIParameterAttribute

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