Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- teamFoundationId
Type: System.Guid
Return Value
Type: System.String
Returns String.
See Also
ITfsIdentityStore Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top