Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MarshalByValueComponent::Site Property

 

Gets or sets the site of the component.

Namespace:   System.ComponentModel
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.

A 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
Return to top
Show:
© 2017 Microsoft