Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Gets or sets the maximum items that are not throttled per operation when the current user is an administrator or auditor by security proxy.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxItemsPerThrottledOperationOverride As UInteger
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperationOverride
instance.MaxItemsPerThrottledOperationOverride = value
public uint MaxItemsPerThrottledOperationOverride { get; set; }
Property Value
Type: System.UInt32
UInt32
The maximum items that are not throttled per operation.
Exceptions
Exception | Condition |
---|---|
SecurityException | The current user is not a farm administrator. |