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


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

Public Properties

 NameDescription
public PropertyLimitGets the maximum number of results included in the result set response. 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 PropertyNextStart Gets the index of the entry after the actual result set response (or -1 if there is no more objects).  
public PropertyQuery Gets the query string used for the search.  
public PropertyStartIndex Gets the index of the first entry in the result set response. The index number is 1-based.  
public PropertyTotalCount Gets the total number of objects that fit the search query (may be more than the actual number of returned results).  
Top

See Also

© ESRI, Inc. All Rights Reserved.