ArcGIS API for Silverlight - Library Reference
Limit Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > QueryParameters Class : Limit Property

Gets or sets the maximum number of results to be included in the result set response. The default value is 10 and the maximum allowed value is 100. The start index, along with the limit parameter can be used to paginate the search results. The actual number of returned results may be less than Limit. This happens when the number of results remaining after StartIndex is less than Limit.

Syntax

Visual Basic (Declaration) 
Public Property Limit As Integer
C# 
public int Limit {get; set;}

Property Value

The maximum number of results.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.