This documentation is archived and is not being maintained.

CredentialsChangedEventArgs::Credentials Property

Gets the new credentials of the TfsTeamProjectCollection instance.

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

public:
property ICredentials^ Credentials {
	ICredentials^ get ();
}

Property Value

Type: System.Net::ICredentials
The credentials of the TfsTeamProjectCollection instance.

Show: