This documentation is archived and is not being maintained.

WorkspaceInfo::ServerUri Property

Gets the uniform resource identifier (URI) of the associated server that is running Team Foundation Server.

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

public:
property Uri^ ServerUri {
	Uri^ get ();
}

Property Value

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

Show: