This documentation is archived and is not being maintained.

TeamFoundationServer::Credentials Property

Gets the credentials for this TeamFoundationServer object.

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

public:
property ICredentials^ Credentials {
	ICredentials^ get ();
	internal: void set (ICredentials^ value);
}

Property Value

Type: System.Net::ICredentials
The credentials for this TeamFoundationServer object.

This object must be either a NetworkCredential or a CredentialCache object.

Show: