In the helps for HtmlInputControl.Name (for .NET 2.0):
Gets or sets the unique identifier name for the HtmlInputControl control.
Later on, in that same help file:
In this implementation, the get accessor returns the value of the Control.UniqueID property. However, the set accessor does not assign a value to this property.
So then why say that it sets the property, if it doesn't actually set the property?