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.
Gets Team Web Access home URL for a specified project.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Function GetHomeUrl ( _
projectUri As Uri, _
accessMappingMoniker As String _
) As Uri
public Uri GetHomeUrl(
Uri projectUri,
string accessMappingMoniker
)
public:
Uri^ GetHomeUrl(
Uri^ projectUri,
String^ accessMappingMoniker
)
member GetHomeUrl :
projectUri:Uri *
accessMappingMoniker:string -> Uri
public function GetHomeUrl(
projectUri : Uri,
accessMappingMoniker : String
) : Uri
Parameters
projectUri
Type: System.UriURI of the project to be selected in the home page of Team Web Access.
accessMappingMoniker
Type: System.StringA moniker for the desired access mapping.
Return Value
Type: System.Uri
Team Web Access home URL for a specified project.
.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.