TeamHttpClient.GetTeamMembers 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 GetTeamMembersAsync method
Get the members for a specific team. This has been deprecated and clients should instead use the GetTeamMembersAsync method.
[System.Obsolete("Use GetTeamMembersAsync method", false)]
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Services.WebApi.IdentityRef>> GetTeamMembers(string projectId, string teamId, Nullable<int> top = null, Nullable<int> skip = null, object userState = null);
member this.GetTeamMembers : string * string * Nullable<int> * Nullable<int> * obj -> System.Threading.Tasks.Task<seq<Microsoft.VisualStudio.Services.WebApi.IdentityRef>>
Public Function GetTeamMembers (projectId As String, teamId As String, Optional top As Nullable(Of Integer) = null, Optional skip As Nullable(Of Integer) = null, Optional userState As Object = null) As Task(Of IEnumerable(Of IdentityRef))
Parameters
- projectId
- String
- teamId
- String
- userState
- Object
Returns
- Attributes