Share via


TeamFoundationIdentityService.DeleteScope Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Framework.Server Namespace