Share via


DeleteBackupHistory Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Explorers
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property DeleteBackupHistory As Boolean
    Get
    Set
'Usage
Dim instance As DropDatabaseConfirmationDialogViewModel
Dim value As Boolean

value = instance.DeleteBackupHistory

instance.DeleteBackupHistory = value
public bool DeleteBackupHistory { get; set; }
public:
property bool DeleteBackupHistory {
    bool get ();
    void set (bool value);
}
member DeleteBackupHistory : bool with get, set
function get DeleteBackupHistory () : boolean
function set DeleteBackupHistory (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

DropDatabaseConfirmationDialogViewModel Class

Microsoft.VisualStudio.Data.Tools.Package.Explorers Namespace