ITeamFoundationIdentityService.DeleteScope Method
Deletes a TFS "scope".
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe scope identifier.
- scopeId
Type: System.String
.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.