ROUTE_TYPE_CODE Class
The ROUTE_TYPE_CODE class lists the valid values for the route type code. Please note that although the APIs may accept any value, these are the valid values.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.
System.Object
ROUTE_TYPE_CODE
[Visual Basic .NET]
Public Class ROUTE_TYPE_CODE
Inherits System.Object
[C#]
public class ROUTE_TYPE_CODE: System.Object
[C++]
public __gc class ROUTE_TYPE_CODE: public System.Object
The ROUTE_TYPE_CODE class exposes the following integer fields.
Field | Value | Description |
RTC_AUTO | 1 | Specifies an automatic route. |
RTC_QUEUE | 3 | Specifies to route to a public queue. |
RTC_USER | 2 | Specifies to route to user's private queue. |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also