This documentation is archived and is not being maintained.

WorkItem::GetNextState Method

Gets the next state of this work item based on the action of a user.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
String^ GetNextState(
	String^ action
)

Parameters

action
Type: System::String

The action of the user.

Return Value

Type: System::String
The next state of this work item.

Show: