DbOutdatedEventArgs::LocalSyncKnowledge Property

Gets a SyncKnowledge object that contains the cleanup 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^ LocalSyncKnowledge {
	SyncKnowledge^ get ();
}

Property Value

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