Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
serviceType
Type: System.StringA Tswa service type.
accessMappingMoniker
Type: System.StringAn access mapping.
Return Value
Type: System.Uri
The template for the ___location of the specified Tswa serviceType.
.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.