Share via


QueryScheduleResponse.TimeInfos Property

 

Applies To: Dynamics CRM 2015

Gets the results of the search, a set of possible time slots for the 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<TimeInfo^>^ TimeInfos {
    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 resource IDs specified in the request class.

See Also

ResourceIds
QueryScheduleResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright