QueryMultipleSchedulesRequest.TimeCodes Property
Applies To: Dynamics CRM 2015
Gets or sets the time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public TimeCode[] TimeCodes { get; set; }
public:
property array<TimeCode>^ TimeCodes {
array<TimeCode>^ get();
void set(array<TimeCode>^ value);
}
member TimeCodes : TimeCode[] with get, set
Public Property TimeCodes As TimeCode()
Property Value
Type: Microsoft.Crm.Sdk.Messages.TimeCode[]
Type: TimeCode
The time codes to look for: Available, Busy, Unavailable, or Filter, which correspond to the resource IDs. The number of resource IDs and time codes must match.
See Also
QueryMultipleSchedulesRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright