ESRI.ArcGIS.Mobile.Client
SearchResponse Class Members
See Also  Properties  Send Feedback
ESRI.ArcGIS.Mobile.Client.ArcGisOnlineServices Namespace : SearchResponse Class


The following tables list the members exposed by SearchResponse.

Public Constructors

 NameDescription
Public ConstructorSearchResponse Constructor  
Top

Public Properties

 NameDescription
Public PropertyNextStart Gets or sets the nextStart. This represents the start index of the item in the next result set.  
Public PropertyNum Gets or sets the num. This represents the number of results in the search response.  
Public PropertyResults Gets or sets the collection of results in this search response.  
Public PropertyStart Gets or sets the start index. This represents the index of the first result in the search response.  
Public PropertyTotal Gets or sets the total. This represents to total number of results.  
Top

See Also