MarshalByValueComponent::Site Property
.NET Framework (current version)
Gets or sets the site of the component.
Assembly: System (in System.dll)
public: [BrowsableAttribute(false)] property ISite^ Site { virtual ISite^ get(); virtual void set(ISite^ value); }
Property Value
Type: System.ComponentModel::ISite^An object implementing the ISite interface that represents the site of the component.
Implements
IComponent::SiteA valid value for this property - that is, the value is not null, indicates that the component has been added to a container.
When the value of this property is null, the property indicates that the component is being removed from a container. However, this property does not remove the component from the container.
Notes to Inheritors:
To change this behavior, inherit from this class and get and set in this property.
.NET Framework
Available since 1.1
Available since 1.1
Show: