This documentation is archived and is not being maintained.

Workspace::Folders Property

Gets the mappings for this workspace.

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

public:
property array<WorkingFolder^>^ Folders {
	array<WorkingFolder^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkingFolder>
The mappings for this workspace.

Show: