ParameterAttribute

Namespace: Lithnet.Ecma2Framework

The base class that represents configuration parameter attributes

public abstract class ParameterAttribute : System.Attribute

Inheritance Objectarrow-up-rightAttributearrow-up-rightParameterAttribute

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