MarshalByValueComponent.Site Property
.NET Framework (current version)
Gets or sets the site of the component.
Assembly: System (in System.dll)
[<BrowsableAttribute(false)>] abstract Site : ISite with get, set [<BrowsableAttribute(false)>] override Site : ISite with get, set
Property Value
Type: System.ComponentModel.ISiteAn 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: