This documentation is archived and is not being maintained.
TeamFoundationSoapProxy::GetConnectionGroupName Method
Visual Studio 2013
Gets the connection group name that is specified by a uniform resource identifier (URI) and credentials combination.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: static String^ GetConnectionGroupName( Uri^ uri, ICredentials^ credentials )
Parameters
- uri
- Type: System::Uri
The URI of the server.
- credentials
- Type: System.Net::ICredentials
The credentials that are used to authenticate with the server.
- 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: