SPSiteUpgradeThrottleSettings.SubwebCountLimit property
The subweb limit beyond which the site should not be upgraded in proc.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SubwebCountLimit As UInteger
Get
Set
'Usage
Dim instance As SPSiteUpgradeThrottleSettings
Dim value As UInteger
value = instance.SubwebCountLimit
instance.SubwebCountLimit = value
public uint SubwebCountLimit { get; set; }
Property value
Type: System.UInt32
See also
Reference
SPSiteUpgradeThrottleSettings class