Share via


ITeamFoundationIdentityService.SetCustomDisplayName Method

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationIdentityService Interface

Microsoft.TeamFoundation.Framework.Server Namespace