ServerManager.Sites Property

Definition

Gets the collection of Web sites that are configured on the current server.

public:
 property Microsoft::Web::Administration::SiteCollection ^ Sites { Microsoft::Web::Administration::SiteCollection ^ get(); };
public Microsoft.Web.Administration.SiteCollection Sites { get; }
member this.Sites : Microsoft.Web.Administration.SiteCollection
Public ReadOnly Property Sites As SiteCollection

Property Value

A System.ApplicationHost.Configuration.SiteCollection object that represents Web sites on the current server.

Applies to