TeamSettingsConfigurationService.GetTeamConfigurationsForUser Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
projectUris
Type: System.Collections.Generic.IEnumerable<String>The project URIs that will be used to scope down the teams that are returned.
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
- 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.
See Also
Reference
TeamSettingsConfigurationService Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace