TextBoxData
Constructor
Description:
Constructs a new instance of TextBoxData.
Constructs a new instance of TextBoxData.
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | String | The internal name of the TextBoxData. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown whenis passed for name. |
| ArgumentException | Thrown when an empty string is passed for name. |