Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The initial working folders (mappings) for the workspace to be created.
The default value for this parameter is an empty array.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property Folders As WorkingFolder()
public WorkingFolder[] Folders { get; set; }
public:
property array<WorkingFolder^>^ Folders {
array<WorkingFolder^>^ get ();
void set (array<WorkingFolder^>^ value);
}
member Folders : WorkingFolder[] with get, set
function get Folders () : WorkingFolder[]
function set Folders (value : WorkingFolder[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
The initial working folders (mappings) for the workspace to be created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.