QueryScheduleResponse.TimeInfos Property

Definition

Gets the results of the search, a set of possible time slots for the resource.

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::TimeInfo ^> ^ TimeInfos { 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

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

Applies to

See also