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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace