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.
Checks to see if identity is a default team for project it is associated with.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function IsDefaultTeam ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity _
) As Boolean
public bool IsDefaultTeam(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity
)
public:
virtual bool IsDefaultTeam(
TeamFoundationRequestContext^ requestContext,
TeamFoundationIdentity^ identity
) sealed
abstract IsDefaultTeam :
requestContext:TeamFoundationRequestContext *
identity:TeamFoundationIdentity -> bool
override IsDefaultTeam :
requestContext:TeamFoundationRequestContext *
identity:TeamFoundationIdentity -> bool
public final function IsDefaultTeam(
requestContext : TeamFoundationRequestContext,
identity : TeamFoundationIdentity
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
Return Value
Type: System.Boolean
Returns Boolean.
Implements
ITeamFoundationTeamService.IsDefaultTeam(TeamFoundationRequestContext, TeamFoundationIdentity)
.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.