NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISite.Name

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);

Property Value

The name of the component associated with the ISite; or a null reference object, if no name is assigned to the component.

Remarks

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.

See Also

ISite Interface | ISite Members | System.ComponentModel Namespace