DependencyObject::Site Property

 

Gets or sets a reference to the Site component of the DependencyObject.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
[BrowsableAttribute(false)]
property ISite^ Site {
	virtual ISite^ get() sealed;
	virtual void set(ISite^ value) sealed;
}

Property Value

Type: System.ComponentModel::ISite^

The Site component of the DependencyObject.

.NET Framework
Available since 3.0
Return to top
Show: