SnapshotRestoreRequest.Overwrite Property

Definition

Gets or sets if <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to