DbOutdatedSyncException::MissingCleanupKnowledge Property

Gets or sets a ForgottenKnowledge object that contains metadata about cleanup knowledge that the peer is missing.

This API is not CLS-compliant. 

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

[CLSCompliantAttribute(false)]
public:
property ForgottenKnowledge^ MissingCleanupKnowledge {
	ForgottenKnowledge^ get ();
	void set (ForgottenKnowledge^ value);
}

Property Value

Type: Microsoft.Synchronization::ForgottenKnowledge
A ForgottenKnowledge object that contains metadata about cleanup knowledge that the peer is missing.
Show: