SPWebApplication.MaxItemsPerThrottledOperationOverride-Eigenschaft
Ruft ab oder legt die maximale Anzahl Elemente, die nicht pro Vorgang gedrosselt werden, wenn der aktuelle Benutzer, ein Administrator oder Prüfer ist Proxyanforderung Sicherheit.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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; }
Eigenschaftswert
Typ: System.UInt32
UInt32
Die maximale Anzahl Elemente, die pro Vorgang nicht gedrosselt werden.
Ausnahmen
Ausnahme | Bedingung |
---|---|
SecurityException | Der aktuelle Benutzer ist kein Farmadministrator sein. |