TeamFoundationServer Constructor (String)
Initializes a new TeamFoundationServer object that is associated with the specified URL.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
url As String _
)
public TeamFoundationServer(
string url
)
public:
TeamFoundationServer(
String^ url
)
new :
url:string -> TeamFoundationServer
public function TeamFoundationServer(
url : String
)
Parameters
url
Type: System.StringThe URL of the server.
.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.