Sets the site of this component. A non-null value indicates that the component has been added to a container, and a null value indicates that the component is being removed from a container.
[Visual Basic] Property Site As ISite [C#] ISite Site {override set;} [C++] public: __property virtual void set_Site(ISite*); [JScript] public function set Site(ISite);