Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or 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
DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top