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 the next time that a snapshot will occur.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public DateTime NextSnapshotTime { get; internal set; }
public:
property DateTime NextSnapshotTime {
DateTime get();
internal: void set(DateTime value);
}
Public Property NextSnapshotTime As Date
Get
Friend Set
End Property
Property Value
Type: System.DateTime
The time that the snapshot will occur.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top