ChangeApplicationContext::ConflictKnowledge Property

Gets the knowledge to be saved when this change is a conflict that must be saved.

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

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

Property Value

Type: Microsoft.Synchronization::SyncKnowledge
The knowledge to be saved when this change is a conflict that must be saved.

The knowledge returned must be saved along with the metadata for the conflict.

Show: