ITfsIdentityStore.GetDisplayName Method

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

'Declaration
Function GetDisplayName ( _
    teamFoundationId As Guid _
) As String
string GetDisplayName(
    Guid teamFoundationId
)
String^ GetDisplayName(
    Guid teamFoundationId
)
abstract GetDisplayName : 
        teamFoundationId:Guid -> string
function GetDisplayName(
    teamFoundationId : Guid
) : String

Parameters

  • teamFoundationId
    Type: Guid

Return Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

ITfsIdentityStore Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace