Gets or sets the unique identifier name for the System.Web.UI.HtmlControls.HtmlInputControl control.
Documentation for this section has not yet been entered.
Use the HtmlInputControl.Name property to determine the unique identifier name for an System.Web.UI.HtmlControls.HtmlInputControl. In this implementation, 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 most controls to work properly.
Classes that inherit from the System.Web.UI.HtmlControls.HtmlInputControl class can override this implementation, if necessary.