Expand Minimize
This topic has not yet been rated - Rate this topic

TfsTeamProjectCollection Constructor (Uri, ICredentialsProvider)

Note: This API is now obsolete.

Initializes a new instance of the TfsTeamProjectCollection class.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
[ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public TfsTeamProjectCollection(
	Uri uri,
	ICredentialsProvider credentialsProvider
)

Parameters

uri
Type: Uri

The URI of the project collection.

credentialsProvider
Type: Microsoft.TeamFoundation.Client.ICredentialsProvider

Used to get the credentials when the credentials of the current environment fail.

ExceptionCondition
ArgumentNullException

when uri is null

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.