Share via


DeploymentProjectBuilder.OverwriteExistingFiles Property

Gets or sets a value indicating whether deployment should overwrite existing files in the output directory.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Friend Property OverwriteExistingFiles As Boolean
protected internal bool OverwriteExistingFiles { get; set; }
protected public:
property bool OverwriteExistingFiles {
    bool get ();
    void set (bool value);
}
member OverwriteExistingFiles : bool with get, set
function get OverwriteExistingFiles () : boolean
function set OverwriteExistingFiles (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DeploymentProjectBuilder Class

Microsoft.Data.Schema.Build Namespace