TeamHttpClient.GetTeam(String, String, Object) Method
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.
Caution
Use GetTeamAsync method
Get a specific team under a project. This has been deprecated and clients should instead use the GetTeamAsync method.
[System.Obsolete("Use GetTeamAsync method", false)]
public System.Threading.Tasks.Task<Microsoft.TeamFoundation.Core.WebApi.WebApiTeam> GetTeam(string projectId, string teamId, object userState = null);
member this.GetTeam : string * string * obj -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.Core.WebApi.WebApiTeam>
Public Function GetTeam (projectId As String, teamId As String, Optional userState As Object = null) As Task(Of WebApiTeam)
Parameters
- projectId
- String
- teamId
- String
- userState
- Object
Returns
- Attributes