DriveInfo.NextSnapshotTime Property
Gets and sets the next snapshot time.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public ulong NextSnapshotTime { get; set; }
public:
[DataMemberAttribute]
property unsigned long long NextSnapshotTime {
unsigned long long get();
void set(unsigned long long value);
}
<DataMemberAttribute>
Public Property NextSnapshotTime As ULong
Property Value
Type: System.UInt64
The next snapshot time.
See Also
DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top