SPSiteUpgradeThrottleSettings class
This class stores the throttle settings for Large Site Upgrade.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPSiteUpgradeThrottleSettings
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("AD8AF3F0-9AA0-4682-B432-37865AA8C73E")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSiteUpgradeThrottleSettings _
Inherits SPPersistedObject
'Usage
Dim instance As SPSiteUpgradeThrottleSettings
[GuidAttribute("AD8AF3F0-9AA0-4682-B432-37865AA8C73E")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSiteUpgradeThrottleSettings : SPPersistedObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.