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
- projectUri
 Type: System.Uri
- teamName
 Type: System.String
Return Value
Type: System.Uri
Returns Uri.
.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.