Partager via


ModifyDriveRequest.EnableSnapshots Property

 

Indicates whether snapshots are enabled or disabled on the drive.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public bool EnableSnapshots { get; set; }
public:
property bool EnableSnapshots {
    bool get();
    void set(bool value);
}
Public Property EnableSnapshots As Boolean

Property Value

Type: System.Boolean

true if snapshots are enabled; otherwise, false.

See Also

ModifyDriveRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top