MultilineTextboxParameterAttribute

Namespace: Lithnet.Ecma2Framework

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

public class MultilineTextboxParameterAttribute : DataParameterAttribute

Inheritance ObjectAttributeParameterAttributeDataParameterAttributeMultilineTextboxParameterAttribute

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

Constructors

MultilineTextboxParameterAttribute(String)

Initializes a new instance of the MultilineTextboxParameterAttribute class

public MultilineTextboxParameterAttribute(string name)

Parameters

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

Last updated