Share via


MemoryConflictLog.InMemoryConflictLogKnowledge Property

Gets a knowledge object that contains a union of all the conflict knowledge objects that are contained in the conflict log.

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

Syntax

'Declaration
Public ReadOnly Property InMemoryConflictLogKnowledge As SyncKnowledge
    Get
'Usage
Dim instance As MemoryConflictLog
Dim value As SyncKnowledge

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

Property Value

Type: Microsoft.Synchronization.SyncKnowledge
A knowledge object that contains a union of all the conflict knowledge objects that are contained in the conflict log.

See Also

Reference

MemoryConflictLog Class

Microsoft.Synchronization Namespace