TeamFoundationIdentityService.DeleteScope Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub DeleteScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String _
)
public void DeleteScope(
    TeamFoundationRequestContext requestContext,
    string scopeId
)
public:
virtual void DeleteScope(
    TeamFoundationRequestContext^ requestContext, 
    String^ scopeId
) sealed
abstract DeleteScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string -> unit  
override DeleteScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string -> unit
public final function DeleteScope(
    requestContext : TeamFoundationRequestContext, 
    scopeId : String
)

Parameters

Implements

ITeamFoundationIdentityService.DeleteScope(TeamFoundationRequestContext, String)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Server.Core Namespace