Share via


PageProvider.Site Property

 

Sets and gets the site for the PageProvider.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
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

IComponent.Site

Remarks

Sites bind Component objects to Container objects and enable communication between them, as well as provide a way for the container to manage its components.

See Also

PageProvider Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top