This documentation is archived and is not being maintained.

RegisteredConfigurationServer::Uri Property

Gets the uniform resource identifier (URI) of the configuration server.

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

public:
property Uri^ Uri {
	Uri^ get ();
	private: void set (Uri^ value);
}

Property Value

Type: System::Uri
The URI of the configuration server.

Show: