task.prioritycode Field

banner art

Specifies the priority of the task.

Syntax

[Visual Basic .NET]
Public Field prioritycode As Picklist
[C#]
public Picklist prioritycode;
[JScript]
public var prioritycode : Picklist;

Remarks

Represents a field of type Picklist.

This field takes one of the PriorityCode enumeration values. To obtain this enumeration, you can add the CrmSdkHelpers class to your project. For more information, see Helper Code for CRM Types.

The following table contains additional information about this attribute:

Platform required No
Application requirement level1 No Constraint
Valid for create Yes
Valid for retrieve Yes
Valid for update Yes
Picklist values1 Low
Normal
High
Default value1 Normal

1 – Customizable. Indicates the value for a default installation.

See Also

© 2007 Microsoft Corporation. All rights reserved.