task.statecode Field

banner art

Specifies the status of the task.

Syntax

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

Remarks

Represents a field of type TaskStateInfo.

The attributes statecode (Status) and statuscode (Status Reason) are linked. The statecode attribute is internally to represent the status of the entity. The statuscode is used to display this value to the end user. The set of valid statecodes for an entity is not customizable, but the statuscodes are customizable.

The following table contains additional information about this attribute:

Platform required No
Application requirement level Read only
Valid for create No
Valid for retrieve Yes
Valid for update No

See Also

© 2007 Microsoft Corporation. All rights reserved.