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 all the identities that are administrators of the give Team group identity.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetTeamAdmins ( _
requestContext As TeamFoundationRequestContext, _
teamIdentity As TeamFoundationIdentity _
) As IEnumerable(Of TeamFoundationIdentity)
IEnumerable<TeamFoundationIdentity> GetTeamAdmins(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity teamIdentity
)
IEnumerable<TeamFoundationIdentity^>^ GetTeamAdmins(
TeamFoundationRequestContext^ requestContext,
TeamFoundationIdentity^ teamIdentity
)
abstract GetTeamAdmins :
requestContext:TeamFoundationRequestContext *
teamIdentity:TeamFoundationIdentity -> IEnumerable<TeamFoundationIdentity>
function GetTeamAdmins(
requestContext : TeamFoundationRequestContext,
teamIdentity : TeamFoundationIdentity
) : IEnumerable<TeamFoundationIdentity>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe RequestContext.
teamIdentity
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentityTeam Group Identity.
Return Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationIdentity>
Identities that are Administrators for the team.
.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.