Share via


QueryMultipleSchedulesResponse.TimeInfos Property

Definition

Gets the results of the search, which is a set of possible time block for each resource.

public:
 property cli::array <cli::array <Microsoft::Crm::Sdk::Messages::TimeInfo ^> ^> ^ TimeInfos { cli::array <cli::array <Microsoft::Crm::Sdk::Messages::TimeInfo ^> ^> ^ get(); };
public Microsoft.Crm.Sdk.Messages.TimeInfo[][] TimeInfos { get; }
member this.TimeInfos : Microsoft.Crm.Sdk.Messages.TimeInfo[][]
Public ReadOnly Property TimeInfos As TimeInfo()()

Property Value

TimeInfo[][]

The results of the search. Contains an array of possible time slots for each of the specified resource IDs in the QueryMultipleSchedulesRequest class.

Applies to