Dela 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
    Get
'Usage
Dim instance As LoggedConflict
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 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

Microsoft.Synchronization Namespace