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)
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.