QueryMultipleSchedulesResponse.TimeInfos Property
Applies To: Dynamics CRM 2015
Gets the results of the search, which is a set of possible time block for each resource.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public TimeInfo[][] TimeInfos { get; }
public:
property array<array<TimeInfo^>^>^ TimeInfos {
array<array<TimeInfo^>^>^ get();
}
member TimeInfos : TimeInfo[][] with get
Public ReadOnly Property TimeInfos As TimeInfo()()
Property Value
Type: Microsoft.Crm.Sdk.Messages.TimeInfo[][]
Type: TimeInfo
The results of the search. Contains an array of possible time slots for each of the specified resource IDs in the QueryMultipleSchedulesRequest class.
See Also
QueryMultipleSchedulesResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright