Share via


IdentityService.RenameScope Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IdentityService Class

Microsoft.VisualStudio.Services.Identity Namespace