Site.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 connection-related limits for a Web site.
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 exposes connection-related limits for a Web site
Remarks
The SiteLimits object configures connection-related limits for a Web site. You can use this class to prevent a site from taxing the resources of a server beyond limits that you define.