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
'Declaration
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.StringThe name of the TfsTeamProjectCollection.
Return Value
Type: System.Uri
The URI of the TfsTeamProjectCollection.
.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.