Share via


LoggedConflict.ConflictKnowledge Property

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

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

Syntax

'Declaration
Public ReadOnly Property ConflictKnowledge As SyncKnowledge
'Usage
Dim instance As LoggedConflict
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 learned if this change is applied.

Remarks

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.

See Also

Reference

LoggedConflict Class
LoggedConflict Members
Microsoft.Synchronization Namespace