Share via


SPProviderSearchArguments.MaxCount property

Gets or sets the maximum number of entities to be returned in the list.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MaxCount As Integer
    Get
    Set
'Usage
Dim instance As SPProviderSearchArguments
Dim value As Integer

value = instance.MaxCount

instance.MaxCount = value
public int MaxCount { get; set; }

Property value

Type: System.Int32
A Int32 value that contains the maximum number of providers to be returned in the list.

Remarks

If the value is equal to or less than 0, the server must return an empty collection.

See also

Reference

SPProviderSearchArguments class

SPProviderSearchArguments members

Microsoft.SharePoint.Administration.Claims namespace