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);
The ISite object associated with the component; or a null reference object, if the component does not have a site.
IComponent Interface | IComponent Members | System.ComponentModel Namespace | ISite