de la propiedad SPWebApplication.MaxItemsPerThrottledOperationWarningLevel
Obtiene o establece la configuración de nivel de advertencia para el número de elementos de lista en la lista de operaciones.
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
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; }
Valor de propiedad
Tipo: System.UInt32
UInt32
Número de elementos.
Excepciones
Excepción | Condición |
---|---|
SecurityException | El usuario actual no es un administrador de granja de servidores. |