SPWebApplication.SiteUpgradeThrottleSettings property
Get the SPSiteUpgradeThrottleSettings that indicates the site collection upgrade throttle settings for the web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SiteUpgradeThrottleSettings As SPSiteUpgradeThrottleSettings
Get
'Usage
Dim instance As SPWebApplication
Dim value As SPSiteUpgradeThrottleSettings
value = instance.SiteUpgradeThrottleSettings
public SPSiteUpgradeThrottleSettings SiteUpgradeThrottleSettings { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPSiteUpgradeThrottleSettings