ITeamFoundationIdentityService.RenameScope Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Framework.Server Namespace