Share via


RestoreRequestInfo.CanOverwrite Property

Definition

<code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app.

public bool? CanOverwrite { get; set; }
member this.CanOverwrite : Nullable<bool> with get, set
Public Property CanOverwrite As Nullable(Of Boolean)

Property Value

Applies to