Returns a string containing the name of the System.ComponentModel.Component, if any. This method should not be overridden.
A string containing the name of the System.ComponentModel.Component, if any, or null if the System.ComponentModel.Component is unnamed.
A System.ComponentModel.Component may or may not have a name. If a System.ComponentModel.Component is given a name, the name is unique among other System.ComponentModel.Component objects within its System.ComponentModel.IContainer.
The System.ComponentModel.ISite stores the name of the System.ComponentModel.Component. A System.ComponentModel.Component can only have an System.ComponentModel.ISite if it has been added to an System.ComponentModel.IContainer and the System.ComponentModel.IContainer assigns an System.ComponentModel.ISite to it.