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!

IComponent.Site

When implemented by a class, gets or sets the ISite associated with the IComponent.

[Visual Basic]
Property Site As ISite
[C#]
ISite Site {get; set;}
[C++]
ISite* get_Site() = 0;void set_Site(ISite*) = 0;
[JScript]
abstract function get Site() : ISite;
public abstract function set Site(ISite);

Property Value

The ISite object associated with the component; or a null reference object, if the component does not have a site.

See Also

IComponent Interface | IComponent Members | System.ComponentModel Namespace | ISite