ServerManager.ApplicationDefaults 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 an object that defines the default values for applications that are configured on the current server.
public:
property Microsoft::Web::Administration::ApplicationDefaults ^ ApplicationDefaults { Microsoft::Web::Administration::ApplicationDefaults ^ get(); };
public Microsoft.Web.Administration.ApplicationDefaults ApplicationDefaults { get; }
member this.ApplicationDefaults : Microsoft.Web.Administration.ApplicationDefaults
Public ReadOnly Property ApplicationDefaults As ApplicationDefaults
Property Value
An ApplicationDefaults object that defines default configuration values for all applications on the current server.
Remarks
You can set default configuration values for all applications on the server by using the object returned from this property. You can also specify default application values for each Site object by using the Microsoft.Web.Administration.Site.ApplicationDefaults property.