SyncSessionContext::ForgottenKnowledgeRecoveryRangeUpperBound Property

Gets or sets the upper bound of the recovery range when the session is performing forgotten knowledge recovery.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property SyncId^ ForgottenKnowledgeRecoveryRangeUpperBound {
	SyncId^ get ();
	void set (SyncId^ value);
}

Property Value

Type: Microsoft.Synchronization::SyncId
The upper bound of the recovery range when the session is performing forgotten knowledge recovery. The default is a nullptr.
Show: