SPWebApplication.MaxItemsPerThrottledOperationWarningLevel-Eigenschaft
Dient zum Abrufen oder die Warnung die Sicherheitsebene für die Anzahl der Listenelemente im List-Vorgängen festgelegt.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaxItemsPerThrottledOperationWarningLevel As UInteger
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperationWarningLevel
instance.MaxItemsPerThrottledOperationWarningLevel = value
public uint MaxItemsPerThrottledOperationWarningLevel { get; set; }
Eigenschaftswert
Typ: System.UInt32
UInt32
Die Anzahl der Elemente.
Ausnahmen
Ausnahme | Bedingung |
---|---|
SecurityException | Der aktuelle Benutzer ist kein Farmadministrator sein. |