Gets or sets the unique identifier name for the System.Web.UI.HtmlControls.HtmlTextArea control.
Documentation for this section has not yet been entered.
Use the HtmlTextArea.Name property to determine the unique identifier name for the System.Web.UI.HtmlControls.HtmlTextArea control. In this implementation of the property, the get accessor returns the value of the System.Web.UI.Control.UniqueID property. However, the set accessor does not assign a value to this property.
The set accessor does not assign a value to this property because the HtmlInputControl.Name property must have the same value as the System.Web.UI.Control.UniqueID property for the System.Web.UI.HtmlControls.HtmlTextArea control to work properly.
Classes that inherit from the System.Web.UI.HtmlControls.HtmlTextArea class may override this implementation, if necessary.