SearchResults 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 results from the SearchRequest message.
public ref class SearchResults sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class SearchResults : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type SearchResults = class
interface IExtensibleDataObject
Public NotInheritable Class SearchResults
Implements IExtensibleDataObject
- Inheritance
-
SearchResults
- Attributes
- Implements
Constructors
SearchResults() |
Initializes a new instance of the SearchResults class. |
SearchResults(AppointmentProposal[], TraceInfo) |
Initializes a new instance of the SearchResults class setting the proposals and trace info properties. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. |
Proposals |
Gets the set of proposed appointments that meet the appointment request criteria. |
TraceInfo |
Gets information regarding the results of the search. |