This documentation is archived and is not being maintained.

IdentityHelper::GetDomainUserName Method (TeamFoundationIdentity)

Gets the display name of the specified identity.

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

public:
static String^ GetDomainUserName(
	TeamFoundationIdentity^ identity
)

Parameters

identity
Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationIdentity

The identity for which the display name is desired.

Return Value

Type: System::String
The display name of the specified identity.

Show: