ILocationService.LocationForCurrentConnection Method (ServiceDefinition)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function LocationForCurrentConnection ( _
serviceDefinition As ServiceDefinition _
) As String
string LocationForCurrentConnection(
ServiceDefinition serviceDefinition
)
String^ LocationForCurrentConnection(
ServiceDefinition^ serviceDefinition
)
abstract LocationForCurrentConnection :
serviceDefinition:ServiceDefinition -> string
function LocationForCurrentConnection(
serviceDefinition : ServiceDefinition
) : String
Parameters
- serviceDefinition
Type: Microsoft.TeamFoundation.Framework.Client.ServiceDefinition
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.