TeamFoundationIdentityService.SetCustomDisplayName Method

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

Syntax

'Declaration
Public Sub SetCustomDisplayName ( _
    requestContext As TeamFoundationRequestContext, _
    customDisplayName As String _
)
public void SetCustomDisplayName(
    TeamFoundationRequestContext requestContext,
    string customDisplayName
)
public:
virtual void SetCustomDisplayName(
    TeamFoundationRequestContext^ requestContext, 
    String^ customDisplayName
) sealed
abstract SetCustomDisplayName : 
        requestContext:TeamFoundationRequestContext * 
        customDisplayName:string -> unit  
override SetCustomDisplayName : 
        requestContext:TeamFoundationRequestContext * 
        customDisplayName:string -> unit
public final function SetCustomDisplayName(
    requestContext : TeamFoundationRequestContext, 
    customDisplayName : String
)

Parameters

Implements

ITeamFoundationIdentityService.SetCustomDisplayName(TeamFoundationRequestContext, String)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

Microsoft.TeamFoundation.Server.Core Namespace