This documentation is archived and is not being maintained.

RegisteredProjectCollection::Uri Property

Gets the URI of the registered project collection.

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 registered project collection.

Show: