TswaHyperlinkBuilder.GetHomeUrl Method (String)

Get Team Web Access root URL.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Function GetHomeUrl ( _
    accessMappingMoniker As String _
) As Uri
public Uri GetHomeUrl(
    string accessMappingMoniker
)
public:
Uri^ GetHomeUrl(
    String^ accessMappingMoniker
)
member GetHomeUrl : 
        accessMappingMoniker:string -> Uri
public function GetHomeUrl(
    accessMappingMoniker : String
) : Uri

Parameters

  • accessMappingMoniker
    Type: System.String

    A moniker for the desired access mapping.

Return Value

Type: System.Uri
Team Web Access root URL.

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

GetHomeUrl Overload

Microsoft.TeamFoundation.Common Namespace