PageContentAdorner.Site Property
Gets the Site object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ISite Site { get; set; }
public:
property ISite^ Site {
virtual ISite^ get() sealed;
virtual void set(ISite^ value) sealed;
}
Public Property Site As ISite
Property Value
Type: System.ComponentModel.ISite
An instance of ISite.
Implements
See Also
PageContentAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top