ServerManager.ApplicationPoolDefaults Property

Definition

Gets an object that defines the default values for application pools that are configured on the current server.

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

Property Value

An ApplicationPoolDefaults object that defines default configuration values for all application pools on the current server.

Remarks

The values defined in this object will configure all application pools on the current server that do not explicitly provide override values.

Applies to