This documentation is archived and is not being maintained.

TeamProjectCollection::VirtualDirectory Property

The virtual directory is the relative path from the application to the location of the collection within the applications URL namespace. Example: Application = http://www.microsoft.com/TeamFoundation VirtualDirectry = ~/ProjectCollection/TeamSystem The fully qualified URL of this project collection is: http://www.microsoft.com/TeamFoundation/ProjectCollection/TeamSystem

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

public:
property String^ VirtualDirectory {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.

Show: