WorkItemNextStateOnTransition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the next state for a work item.
[System.Runtime.Serialization.DataContract]
public class WorkItemNextStateOnTransition
type WorkItemNextStateOnTransition = class
Public Class WorkItemNextStateOnTransition
- Inheritance
-
WorkItemNextStateOnTransition
- Attributes
Constructors
| WorkItemNextStateOnTransition() |
Properties
| ErrorCode |
Error code if there is no next state transition possible. |
| Id |
Work item ID. |
| Message |
Error message if there is no next state transition possible. |
| StateOnTransition |
Name of the next state on transition. |