StringParameterAttribute

Namespace: Lithnet.Ecma2Framework

Defines a configuration parameter that is rendered as a text box in the management agent's configuration pages

public class StringParameterAttribute : DataParameterAttribute

Inheritance Objectarrow-up-rightAttributearrow-up-rightParameterAttributeDataParameterAttributeStringParameterAttribute

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

Constructors

StringParameterAttribute(String)

Creates a new instance of the StringParameterAttribute class

Parameters

name Stringarrow-up-right The name of the parameter, as shown to the user on the MIM configuration page

Last updated