DbOutdatedSyncException::OutdatedPeerSyncKnowledge Property

Gets or sets a SyncKnowledge object that contains metadata about knowledge the peer has that is outdated.

This API is not CLS-compliant. 

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

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

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
A SyncKnowledge object that contains metadata about knowledge the peer has that is outdated.
Show: