This documentation is archived and is not being maintained.

CredentialsChangedEventArgs Constructor

Sets the credentials property to the specified credentials.

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

public:
CredentialsChangedEventArgs(
	ICredentials^ credentials
)

Parameters

credentials
Type: System.Net::ICredentials

The new credentials to associate with the TfsTeamProjectCollection instance.

Show: