CloningInfo.Overwrite Property

Definition

Gets or sets <code>true</code> to overwrite destination app; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="overwrite")]
public bool? Overwrite { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="overwrite")>]
member this.Overwrite : Nullable<bool> with get, set
Public Property Overwrite As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to