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.
Detects whether throttling can be ignored for the current Web application. Throttling can be ignored if the current user has administrator-level privileges for computer or if throttling is not set to occur in the current window of time.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function CurrentUserIgnoreThrottle As Boolean
'Usage
Dim instance As SPWebApplication
Dim returnValue As Boolean
returnValue = instance.CurrentUserIgnoreThrottle()
public bool CurrentUserIgnoreThrottle()
Return Value
Type: System.Boolean
This method returns a Boolean value of true to indicate that throttling can be ignored; otherwise, this method returns false.