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