Share via


PRIORITY_CODE Class

The PRIORITY_CODE class lists the possible priority codes. 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

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

The PRIORITY_CODE class exposes the following integer fields.

Field Value Description
PC_HIGH 2 High priority.
PC_LOW 0 Low priority.
PC_MEDIUM 1 Medium priority.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.