Share via


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)

Syntax

'Declaration
Public ReadOnly Property ConflictKnowledge As SyncKnowledge
    Get
'Usage
Dim instance As ChangeApplicationContext
Dim value As SyncKnowledge

value = instance.ConflictKnowledge
public SyncKnowledge ConflictKnowledge { get; }
public:
property SyncKnowledge^ ConflictKnowledge {
    SyncKnowledge^ get ();
}
member ConflictKnowledge : SyncKnowledge
function get ConflictKnowledge () : SyncKnowledge

Property Value

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

Exceptions

Exception Condition
SyncInvalidOperationException

ChangeApplicationAction is set to a value other than SaveConflict.

Remarks

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

See Also

Reference

ChangeApplicationContext Class

Microsoft.Synchronization Namespace