TfsTeamProjectCollection.GetFullyQualifiedUriForName Method

Gets the URI of the server that is associated with the specified name.

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

Syntax

‘선언
Public Shared Function GetFullyQualifiedUriForName ( _
    name As String _
) As Uri
public static Uri GetFullyQualifiedUriForName(
    string name
)
public:
static Uri^ GetFullyQualifiedUriForName(
    String^ name
)
static member GetFullyQualifiedUriForName : 
        name:string -> Uri 
public static function GetFullyQualifiedUriForName(
    name : String
) : Uri

Parameters

  • name
    Type: System.String
    The name of the TfsTeamProjectCollection.

Return Value

Type: System.Uri
The URI of the TfsTeamProjectCollection.

.NET Framework Security

See Also

Reference

TfsTeamProjectCollection Class

Microsoft.TeamFoundation.Client Namespace