TeamFoundationServer.Uri Property

Gets the URI of the current server that is running Team Foundation Server.

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

Syntax

'Declaration
Public ReadOnly Property Uri As Uri
public Uri Uri { get; }
public:
property Uri^ Uri {
    Uri^ get ();
}
member Uri : Uri with get
function get Uri () : Uri

Property Value

Type: System.Uri
The URI of the current server that is running Team Foundation Server.

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

Microsoft.TeamFoundation.Client Namespace