SyncSessionContext::ForgottenKnowledgeRecoveryRangeLowerBound Property
Gets or sets the lower bound of the recovery range when the session is performing forgotten knowledge recovery.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property SyncId^ ForgottenKnowledgeRecoveryRangeLowerBound { SyncId^ get (); void set (SyncId^ value); }
Property Value
Type: Microsoft.Synchronization::SyncIdThe lower bound of the recovery range when the session is performing forgotten knowledge recovery. The default is a nullptr.
Show: