QUEUE_TYPE_CODE Class

The QUEUE_TYPE_CODE class lists possible queue type codes, used for the queue queuetypecode field. Please note that although the APIs may accept any value, these are the valid values for this field.

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
   QUEUE_TYPE_CODE

[Visual Basic .NET]
Public Class QUEUE_TYPE_CODE
   Inherits System.Object
[C#]
public class QUEUE_TYPE_CODE: System.Object
[C++]
public __gc class QUEUE_TYPE_CODE: public System.Object

The QUEUE_TYPE_CODE class exposes the following integer fields.

Field Value Description
QTC_PRIVATE 2 The queue type is private.
QTC_PUBLIC 1 The queue type is public.
QTC_WIPBIN 3 The queue type is the work-in-progress bin.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.