ServerManager.SiteDefaults 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 sites that are configured on the current server.
public:
property Microsoft::Web::Administration::SiteDefaults ^ SiteDefaults { Microsoft::Web::Administration::SiteDefaults ^ get(); };
public Microsoft.Web.Administration.SiteDefaults SiteDefaults { get; }
member this.SiteDefaults : Microsoft.Web.Administration.SiteDefaults
Public ReadOnly Property SiteDefaults As SiteDefaults
Property Value
A SiteDefaults object that defines default configuration values for all sites on the current server.
Remarks
The values defined in this object will configure all sites on the current server that do not explicitly provide override values.