This documentation is archived and is not being maintained.

IdentityHelper::GetDomainName Method

Gets the domain name of the specified identity.

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

public:
static String^ GetDomainName(
	TeamFoundationIdentity^ identity
)

Parameters

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

The Team Foundation identity descriptor for which the domain name is desired.

Return Value

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

Show: