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
'Usage
Dim instance As ChangeApplicationContext
Dim value As SyncKnowledge
value = instance.ConflictKnowledge
public SyncKnowledge ConflictKnowledge { get; }
public:
property SyncKnowledge^ ConflictKnowledge {
SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_ConflictKnowledge ()
public function get ConflictKnowledge () : SyncKnowledge
Property Value
The knowledge to be saved when this change is a conflict that must be saved.
Exceptions
Exception type | Condition |
---|---|
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
ChangeApplicationContext Members
Microsoft.Synchronization Namespace