This documentation is archived and is not being maintained.

IdentityDescriptor Constructor

Initializes a new IdentityDescriptor instance that wraps the specified identity type and identifier.

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

public:
IdentityDescriptor(
	String^ identityType, 
	String^ identifier
)

Parameters

identityType
Type: System::String

The identifier.

identifier
Type: System::String

The identity type.

Show: