Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The storage limit (in MB) 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 UsageStorageLimit As UInteger
Get
Set
'Usage
Dim instance As SPSiteUpgradeThrottleSettings
Dim value As UInteger
value = instance.UsageStorageLimit
instance.UsageStorageLimit = value
public uint UsageStorageLimit { get; set; }
Property value
Type: System.UInt32
See also
Reference
SPSiteUpgradeThrottleSettings class