This documentation is archived and is not being maintained.

WorkspaceInfo::MappedPaths Property

Gets the mappings of the workspace.

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

public:
property array<String^>^ MappedPaths {
	array<String^>^ get ();
}

Property Value

Type: array<System::String>
The mappings of the workspace.

Show: