ServerManager.ApplicationPools 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 a collection of application pools on the current server.
public:
property Microsoft::Web::Administration::ApplicationPoolCollection ^ ApplicationPools { Microsoft::Web::Administration::ApplicationPoolCollection ^ get(); };
public Microsoft.Web.Administration.ApplicationPoolCollection ApplicationPools { get; }
member this.ApplicationPools : Microsoft.Web.Administration.ApplicationPoolCollection
Public ReadOnly Property ApplicationPools As ApplicationPoolCollection
Property Value
An System.ApplicationHost.Configuration.ApplicationPoolCollection object that represents all application pools on the current server.