Share via


TeamFoundationIdentityService.RenameScope Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Framework.Server Namespace