DbOutdatedEventArgs::LocalCleanupKnowledge Property

Gets a SyncKnowledge object that contains the knowledge of the local provider.

This API is not CLS-compliant. 

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

[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ LocalCleanupKnowledge {
	SyncKnowledge^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that contains the knowledge of the local provider.
Show: