When implemented by a class, gets or sets the name of the component associated with the ISite.
[Visual Basic] Property Name As String [C#] string Name {get; set;} [C++] String* get_Name() = 0;void set_Name(String*) = 0; [JScript] abstract function get Name() : String; public abstract function set Name(String);
The name of the component associated with the ISite; or a null reference object, if no name is assigned to the component.
The components within a container may or may not be named. If a component is given a name, the name must be unique among all the components within the container.
ISite Interface | ISite Members | System.ComponentModel Namespace