Share via


RestoreRequest.Overwrite Property

 

Optional. True if the restore operation will be used for overwrite an existing site; false otherwise.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public bool Overwrite { get; set; }
public:
property bool Overwrite {
    bool get();
    void set(bool value);
}
member Overwrite : bool with get, set
Public Property Overwrite As Boolean

Property Value

Type: System.Boolean

See Also

RestoreRequest Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top