UIParameterAttribute

Namespace: Lithnet.Ecma2Framework

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

public abstract class UIParameterAttribute : ParameterAttribute

Inheritance ObjectAttributeParameterAttributeUIParameterAttribute

Properties

Name

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

public string Name { get; }

Property Value

String

TypeId

public object TypeId { get; }

Property Value

Object

Last updated