SearchResults Constructors
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.
Overloads
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. |
SearchResults()
Initializes a new instance of the SearchResults class.
public:
SearchResults();
public SearchResults ();
Public Sub New ()
Applies to
SearchResults(AppointmentProposal[], TraceInfo)
Initializes a new instance of the SearchResults class setting the proposals and trace info properties.
public:
SearchResults(cli::array <Microsoft::Crm::Sdk::Messages::AppointmentProposal ^> ^ proposals, Microsoft::Crm::Sdk::Messages::TraceInfo ^ traceInfo);
public SearchResults (Microsoft.Crm.Sdk.Messages.AppointmentProposal[] proposals, Microsoft.Crm.Sdk.Messages.TraceInfo traceInfo);
new Microsoft.Crm.Sdk.Messages.SearchResults : Microsoft.Crm.Sdk.Messages.AppointmentProposal[] * Microsoft.Crm.Sdk.Messages.TraceInfo -> Microsoft.Crm.Sdk.Messages.SearchResults
Public Sub New (proposals As AppointmentProposal(), traceInfo As TraceInfo)
Parameters
- proposals
- AppointmentProposal[]
The set of proposed appointments that meet the appointment request criteria.
- traceInfo
- TraceInfo
The results of the search.