Click or drag to resize

EndPointSynchronizerOptionsOrphanedEntriesMaximumLifetime Property

Gets or sets the orphaned entries maximum lifetime after the last job creation time.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual TimeSpan OrphanedEntriesMaximumLifetime { get; set; }

Property Value

Type: TimeSpan
The orphaned entries maximum lifetime.
See Also