SPProviderSearchArguments.MaxCount property
取得或設定的清單中要傳回的實體數上限。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MaxCount As Integer
Get
Set
'用途
Dim instance As SPProviderSearchArguments
Dim value As Integer
value = instance.MaxCount
instance.MaxCount = value
public int MaxCount { get; set; }
Property value
Type: System.Int32
Int32 值包含在清單中要傳回的提供者數目上限。
備註
如果值等於或小於 0,伺服器必須傳回空集合。
請參閱
參照
SPProviderSearchArguments class