Drive.NextSnapshotTime Property
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