This documentation is archived and is not being maintained.

IdentityHelper::GetDomainUserName Method (TeamFoundationIdentity, String%)

Gets the display name of the specified identity. Also returns the uniquely resolvable name.

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

public:
static String^ GetDomainUserName(
	TeamFoundationIdentity^ identity, 
	[OutAttribute] String^% resolvableName
)

Parameters

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

The identity for which the display name is desired.

resolvableName
Type: System::String%

The uniquely resolvable name.

Return Value

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

Show: