SPWebApplication.MaxItemsPerThrottledOperationWarningLevel property
Obtém ou define as configurações de nível de aviso para o número de itens de lista em operações de lista.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property MaxItemsPerThrottledOperationWarningLevel As UInteger
Get
Set
'Uso
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperationWarningLevel
instance.MaxItemsPerThrottledOperationWarningLevel = value
public uint MaxItemsPerThrottledOperationWarningLevel { get; set; }
Property value
Type: System.UInt32
UInt32
O número de itens.
Exceptions
Exception | Condition |
---|---|
SecurityException | O usuário atual não é um administrador do farm. |