Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
action
Type: System.StringThe action of the user.
Return Value
Type: System.String
The next state of this work item.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.