TeamSettingsConfigurationService.GetTeamConfigurationsForUser Method

Get the team settings for teams that the current user/identity is a member of (scoped to a set of team projects)

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Function GetTeamConfigurationsForUser ( _
    projectUris As IEnumerable(Of String) _
) As IEnumerable(Of TeamConfiguration)
public IEnumerable<TeamConfiguration> GetTeamConfigurationsForUser(
    IEnumerable<string> projectUris
)
public:
IEnumerable<TeamConfiguration^>^ GetTeamConfigurationsForUser(
    IEnumerable<String^>^ projectUris
)
member GetTeamConfigurationsForUser : 
        projectUris:IEnumerable<string> -> IEnumerable<TeamConfiguration> 
public function GetTeamConfigurationsForUser(
    projectUris : IEnumerable<String>
) : IEnumerable<TeamConfiguration>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<TeamConfiguration>
A collection of team settings for each team that the user is a member of in the given projects

.NET Framework Security

See Also

Reference

TeamSettingsConfigurationService Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace