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


For a list of all members of this type, see QueryParameters members.

Public Properties

 NameDescription
public PropertyLimitGets 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.  
public PropertyStartIndexGets or sets the index of the first entry in the result set response. The index number is 1-based. The default value of StartIndex is 1 (e.g.,. the first search result). The start index, along with the Limit parameter can be used to paginate the search results.  
Top

See Also

© ESRI, Inc. All Rights Reserved.