ReplicaMetadata.LastDeletedItemsCleanupTime Property

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
'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;
}
/** @property */
public abstract DateTime get_LastDeletedItemsCleanupTime ()
public abstract function get LastDeletedItemsCleanupTime () : DateTime

Property Value

The time when deleted items were last cleaned up by CleanupDeletedItems. If deleted items have not previously been cleaned up, System.DateTime.MinValue will be returned.

Exceptions

Exception type 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.

See Also

Reference

ReplicaMetadata Class
ReplicaMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace