This documentation is archived and is not being maintained.
IdentityHelper::GetDomainUserName Method (TeamFoundationIdentity, String%)
Visual Studio 2013
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.
- 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.
Show: