de la propiedad SPWebApplication.MaxItemsPerThrottledOperationOverride

Obtiene o establece el número máximo de elementos que no limita por operación cuando el usuario actual es un administrador o un auditor proxy de seguridad.

Espacio de nombres:  Microsoft.SharePoint.Administration
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public Property MaxItemsPerThrottledOperationOverride As UInteger
    Get
    Set
'Uso
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.MaxItemsPerThrottledOperationOverride

instance.MaxItemsPerThrottledOperationOverride = value
public uint MaxItemsPerThrottledOperationOverride { get; set; }

Valor de propiedad

Tipo: System.UInt32
UInt32
El número máximo de elementos que no se limita a por operación.

Excepciones

Excepción Condición
SecurityException

El usuario actual no es un administrador de granja de servidores.

Vea también

Referencia

clase SPWebApplication

Miembros SPWebApplication

Espacio de nombres Microsoft.SharePoint.Administration