Share via


DriveModifyInfo.SnapshotsEnabled Property

 

Gets and sets a value that determines if snapshots are enabled.

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

Syntax

[DataMemberAttribute]
public bool SnapshotsEnabled { get; set; }
public:
[DataMemberAttribute]
property bool SnapshotsEnabled {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property SnapshotsEnabled As Boolean

Property Value

Type: System.Boolean

true if snapshots are enabled; otherwise, false.

See Also

DriveModifyInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top