SPWebApplication.MaxItemsPerThrottledOperationWarningLevel property
取得或設定清單項目數目的警告層級設定的清單作業。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaxItemsPerThrottledOperationWarningLevel As UInteger
Get
Set
'用途
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
項目數。
Exceptions
Exception | Condition |
---|---|
SecurityException | 目前的使用者不是伺服器陣列管理員。 |