Share via


ITfsIdentityStore.GetDisplayName Method (Guid)

 

Gets the display name of user associated with the unique foundation id

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

string GetDisplayName(
    Guid teamFoundationId
)
String^ GetDisplayName(
    Guid teamFoundationId
)
abstract GetDisplayName : 
        teamFoundationId:Guid -> string
Function GetDisplayName (
    teamFoundationId As Guid
) As String

Parameters

Return Value

Type: System.String

Returns String.

See Also

ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top