EntitySearchResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the response from the EntitySearchRequest class.
public ref class EntitySearchResponse
public class EntitySearchResponse
type EntitySearchResponse = class
Public Class EntitySearchResponse
- Inheritance
-
EntitySearchResponse
Constructors
EntitySearchResponse() |
Initializes a new instance of the EntitySearchResponse class. |
Properties
Entities |
Gets a collection of entity records. |
ExceptionDetails |
Gets the error details that occur during entity search execution. |
HasException |
Gets whether any error occurred during the entity search execution. |
HasMoreRecords |
Gets whether there are more records available. |
PageCookie |
Gets the current paging information. |