task.category Field

banner art

Specifies the category of the task.

Syntax

[Visual Basic .NET]
Public Field category As String
[C#]
public string category;
[JScript]
public var category : String;

Remarks

Represents a field of type String.

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
Max length1 250

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

See Also

© 2007 Microsoft Corporation. All rights reserved.