SPWebApplication.UnthrottledPrivilegedOperationWindowEnabled property
Gets or sets a Boolean value that specifies whether to enable the unthrottled daily time window. If enabled,large list operations will not be throttled when they occur within the time window.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UnthrottledPrivilegedOperationWindowEnabled As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.UnthrottledPrivilegedOperationWindowEnabled
instance.UnthrottledPrivilegedOperationWindowEnabled = value
public bool UnthrottledPrivilegedOperationWindowEnabled { get; set; }
Property value
Type: System.Boolean
Boolean
true to enable the unthrottled daily time window; otherwise, false.
Exceptions
Exception | Condition |
---|---|
SecurityException | The current user is not a farm administrator. |