Drive.SnapshotsEnabled Property
Indicates whether snapshots are enabled for the drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public bool SnapshotsEnabled { get; internal set; }
public:
property bool SnapshotsEnabled {
bool get();
internal: void set(bool value);
}
Public Property SnapshotsEnabled As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if snapshots are enabled for the drive; otherwise, false.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top