TfsTeamProjectCollection Constructor (Uri, ICredentials)
Initializes a new instance of the TfsTeamProjectCollection class.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
uri As Uri, _
credentials As ICredentials _
)
public TfsTeamProjectCollection(
Uri uri,
ICredentials credentials
)
public:
TfsTeamProjectCollection(
Uri^ uri,
ICredentials^ credentials
)
new :
uri:Uri *
credentials:ICredentials -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
uri : Uri,
credentials : ICredentials
)
Parameters
uri
Type: System.UriThe uniform resource identifier (URI) of the project collection.
credentials
Type: System.Net.ICredentialsThe authentication credentials.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | when uri or credentials is null |
.NET Framework Security
- 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.
See Also
Reference
TfsTeamProjectCollection Class