ItemChange::MadeWithKnowledge Property

Gets the made-with knowledge for this change.

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

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

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
The made-with knowledge for this change.

The made-with knowledge for a change is typically the knowledge that the replica had when this change was made.

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

Show: