ITeamFoundationIdentityService.DeleteScope Method

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

Syntax

'Declaration
Sub DeleteScope ( _
    requestContext As TeamFoundationRequestContext, _
    scopeId As String _
)
void DeleteScope(
    TeamFoundationRequestContext requestContext,
    string scopeId
)
void DeleteScope(
    TeamFoundationRequestContext^ requestContext, 
    String^ scopeId
)
abstract DeleteScope : 
        requestContext:TeamFoundationRequestContext * 
        scopeId:string -> unit
function DeleteScope(
    requestContext : TeamFoundationRequestContext, 
    scopeId : String
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Framework.Server Namespace