Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
When overridden in a derived class, gets the time when deleted items were last cleaned up by CleanupDeletedItems.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LastDeletedItemsCleanupTime As DateTime
Get
'Usage
Dim instance As ReplicaMetadata
Dim value As DateTime
value = instance.LastDeletedItemsCleanupTime
public abstract DateTime LastDeletedItemsCleanupTime { get; }
public:
virtual property DateTime LastDeletedItemsCleanupTime {
DateTime get () abstract;
}
abstract LastDeletedItemsCleanupTime : DateTime
abstract function get LastDeletedItemsCleanupTime () : DateTime
Property Value
Type: System.DateTime
The time when deleted items were last cleaned up by CleanupDeletedItems. If deleted items have not previously been cleaned up, DateTime.MinValue will be returned.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | The object has been disposed or was not initialized correctly. |
Remarks
This value is set when a deleted item cleanup is performed by CleanupDeletedItems.