Microsoft.Search.Response Schema
Applies to: SharePoint Server 2010
You can use the Query method to execute a query and return search results.
Schema
<ResponsePacket>
<Response>
<QueryID />
<Range>
<StartAt />
<Count />
<TotalAvailable />
<Results />
</Range>
<Status />
<DebugErrorMessage />
</Response>
</ResponsePacket>
Elements
See Also
Reference
Concepts
Walkthrough: Querying SharePoint Search From a Client Application