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
Function IsDefaultTeam ( _
requestContext As TeamFoundationRequestContext, _
identity As TeamFoundationIdentity _
) As Boolean
bool IsDefaultTeam(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identity
)
bool IsDefaultTeam(
TeamFoundationRequestContext^ requestContext,
TeamFoundationIdentity^ identity
)
abstract IsDefaultTeam :
requestContext:TeamFoundationRequestContext *
identity:TeamFoundationIdentity -> bool
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.
.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.