SearchResults Class

Definition

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.

Applies to

See also