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)

Syntax

'Declaration
Public Function GetNextState ( _
    action As String _
) As String
public string GetNextState(
    string action
)
public:
String^ GetNextState(
    String^ action
)
member GetNextState : 
        action:string -> string
public function GetNextState(
    action : String
) : String

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

WorkItem Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace