RegistrationUtilities.GetServiceUrlForTool Method (TfsConnection, String)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Shared Function GetServiceUrlForTool ( _
server As TfsConnection, _
toolName As String _
) As String
public static string GetServiceUrlForTool(
TfsConnection server,
string toolName
)
public:
static String^ GetServiceUrlForTool(
TfsConnection^ server,
String^ toolName
)
static member GetServiceUrlForTool :
server:TfsConnection *
toolName:string -> string
public static function GetServiceUrlForTool(
server : TfsConnection,
toolName : String
) : String
Parameters
- server
Type: Microsoft.TeamFoundation.Client.TfsConnection
- toolName
Type: System.String
Return Value
Type: System.String
.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.