Site.MaxItemsPerThrottledOperation 屬性
取得值,指定節流設定發生前每次作業允許的清單項目數上限。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property MaxItemsPerThrottledOperation As UInteger
Get
'用途
Dim instance As Site
Dim value As UInteger
value = instance.MaxItemsPerThrottledOperation
public uint MaxItemsPerThrottledOperation { get; }
屬性值
類型:System.UInt32
傳回代表發生節流之前,每個作業允許的清單項目數目上限UInt32執行個體。