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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.