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.
This option provides the ability to overwrite writable files without forcing a get of the complete workspace.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Property Overwrite As Boolean
public bool Overwrite { get; set; }
public:
property bool Overwrite {
bool get ();
void set (bool value);
}
member Overwrite : bool with get, set
function get Overwrite () : boolean
function set Overwrite (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.