Share via


WorkspaceInfo.ServerUri Property

Gets the URI of the associated Team Foundation Server.

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

Syntax

'Declaration
Public ReadOnly Property ServerUri As Uri
'Usage
Dim instance As WorkspaceInfo 
Dim value As Uri 

value = instance.ServerUri
public Uri ServerUri { get; }
public:
property Uri^ ServerUri {
    Uri^ get ();
}
public function get ServerUri () : Uri

Property Value

Type: System.Uri

.NET Framework Security

See Also

Reference

WorkspaceInfo Class

WorkspaceInfo Members

Microsoft.TeamFoundation.VersionControl.Client Namespace