Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As MemoryConflictLog
Dim value As SyncKnowledge
value = instance.InMemoryConflictLogKnowledge
public SyncKnowledge InMemoryConflictLogKnowledge { get; }
public:
property SyncKnowledge^ InMemoryConflictLogKnowledge {
SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_InMemoryConflictLogKnowledge ()
public function get InMemoryConflictLogKnowledge () : SyncKnowledge
Property Value
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
MemoryConflictLog Members
Microsoft.Synchronization Namespace