Share via


TswaServerHyperlinkService.GetUrl Method

Get the template for the location of the specified Tswa service.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Protected Overrides Function GetUrl ( _
    serviceType As String, _
    accessMappingMoniker As String _
) As Uri
protected override Uri GetUrl(
    string serviceType,
    string accessMappingMoniker
)
protected:
virtual Uri^ GetUrl(
    String^ serviceType, 
    String^ accessMappingMoniker
) override
abstract GetUrl : 
        serviceType:string * 
        accessMappingMoniker:string -> Uri  
override GetUrl : 
        serviceType:string * 
        accessMappingMoniker:string -> Uri
protected override function GetUrl(
    serviceType : String, 
    accessMappingMoniker : String
) : Uri

Parameters

Return Value

Type: System.Uri
The template for the location of the specified Tswa serviceType.

.NET Framework Security

See Also

Reference

TswaServerHyperlinkService Class

Microsoft.TeamFoundation.Server.Core Namespace