ReplicaMetadata::LastDeletedItemsCleanupTime Property
When overridden in a derived class, gets the time when deleted items were last cleaned up by CleanupDeletedItems.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
public: virtual property DateTime LastDeletedItemsCleanupTime { DateTime get () abstract; }
Property Value
Type: System::DateTimeThe time when deleted items were last cleaned up by CleanupDeletedItems. If deleted items have not previously been cleaned up, DateTime::MinValue will be returned.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object has been disposed or was not initialized correctly. |
This value is set when a deleted item cleanup is performed by CleanupDeletedItems.
Show: