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.
If true, DeleteWorkspaceTask will attempt to delete all local items—files and folders—before deleting.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property DeleteLocalItems As Boolean
public bool DeleteLocalItems { get; set; }
public:
property bool DeleteLocalItems {
bool get ();
void set (bool value);
}
member DeleteLocalItems : bool with get, set
function get DeleteLocalItems () : boolean
function set DeleteLocalItems (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.