TswaHyperlinkBuilder.GetTeamHomeUrl Method

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

Syntax

'Declaration
Public Function GetTeamHomeUrl ( _
    projectUri As Uri, _
    teamName As String _
) As Uri
public Uri GetTeamHomeUrl(
    Uri projectUri,
    string teamName
)
public:
Uri^ GetTeamHomeUrl(
    Uri^ projectUri, 
    String^ teamName
)
member GetTeamHomeUrl : 
        projectUri:Uri * 
        teamName:string -> Uri
public function GetTeamHomeUrl(
    projectUri : Uri, 
    teamName : String
) : Uri

Parameters

Return Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

TswaHyperlinkBuilder Class

Microsoft.TeamFoundation.Common Namespace