# MultilineTextboxParameterAttribute

Namespace: Lithnet.Ecma2Framework

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

```csharp
public class MultilineTextboxParameterAttribute : DataParameterAttribute
```

Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [Attribute](https://docs.microsoft.com/en-us/dotnet/api/system.attribute) → [ParameterAttribute](https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.parameterattribute) → [DataParameterAttribute](https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.dataparameterattribute) → [MultilineTextboxParameterAttribute](https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.multilinetextboxparameterattribute)

## Properties

### **Name**

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

```csharp
public string Name { get; }
```

#### Property Value

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string)<br>

### **TypeId**

```csharp
public object TypeId { get; }
```

#### Property Value

[Object](https://docs.microsoft.com/en-us/dotnet/api/system.object)<br>

## Constructors

### **MultilineTextboxParameterAttribute(String)**

Initializes a new instance of the MultilineTextboxParameterAttribute class

```csharp
public MultilineTextboxParameterAttribute(string name)
```

#### Parameters

`name` [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)\
The name of the parameter, as shown to the user on the MIM configuration page


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lithnet.io/ecma2-framework/advanced/index/lithnet.ecma2framework.multilinetextboxparameterattribute.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
