SPWebApplication.IsUnthrottledPrivilegedOperationsAllowed Method
Returns a Boolean value that indicates whether the current time is included in the unthrottled service window.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function IsUnthrottledPrivilegedOperationsAllowed As Boolean
'Usage
Dim instance As SPWebApplication
Dim returnValue As Boolean
returnValue = instance.IsUnthrottledPrivilegedOperationsAllowed()
public bool IsUnthrottledPrivilegedOperationsAllowed()
Return Value
Type: System.Boolean
Boolean
true if the current time is included in the unthrottled service window; otherwise, false.