This documentation is archived and is not being maintained.
TfsTeamProjectCollection Constructor (Uri, TfsClientCredentials)
Visual Studio 2013
Initializes a new TfsTeamProjectCollection instance using the specified credentials.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- uri
- Type: System::Uri
The URI of the project collection
- credentials
- Type: Microsoft.TeamFoundation.Client::TfsClientCredentials
The credentials which should be used for authentication
| Exception | Condition |
|---|---|
| ArgumentNullException | when uri or credentials is null |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: