ServerManager.Sites Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.