LoggedConflict::ConflictKnowledge Property

Gets the knowledge to be learned if this change is applied.

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 learned if this change is applied.

If the change that is represented by this conflict is applied to a replica, the conflict knowledge must be combined with the knowledge of that replica.

Show: