SiteDefaults.Limits 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 default connection-related limits for Web sites on a server.
public:
property Microsoft::Web::Administration::SiteLimits ^ Limits { Microsoft::Web::Administration::SiteLimits ^ get(); };
public Microsoft.Web.Administration.SiteLimits Limits { get; }
member this.Limits : Microsoft.Web.Administration.SiteLimits
Public ReadOnly Property Limits As SiteLimits
Property Value
A SiteLimits object that configures the default connection-related limits for Web sites on the current server.
Remarks
The values specified in the object that this property gets apply to newly created Web sites on the current server. The values also apply to existing Web sites that do not have explicit override values.