ItemChange::LearnedKnowledge Property

Gets the knowledge that a replica will learn when this change is applied to its item store.

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

public:
property SyncKnowledge^ LearnedKnowledge {
	SyncKnowledge^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
The knowledge that a replica will learn when this change is applied to its item store.

ExceptionCondition
InvalidOperationException

LearnedKnowledge is in an invalid state. See Remarks.

This knowledge is valid only when the current knowledge of the destination replica contains the prerequisite knowledge of the change batch that contains this change. The prerequisite knowledge of the change batch can be obtained by using PrerequisiteKnowledge.

This knowledge is only meaningful when the ItemChange object represents a change from the source provider.

Show: