Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft ein ConflictVersionInformation-Objekt ab, das Informationen darüber enthält, welche Elementversionen (soweit vorhanden) dem Remoteanbieter für das Element bekannt sind, das sich in Konflikt befindet.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public ReadOnly Property ConflictVersionInformation As ConflictVersionInformation
Get
'Usage
Dim instance As SimpleSyncItemConstraintEventArgs
Dim value As ConflictVersionInformation
value = instance.ConflictVersionInformation
public ConflictVersionInformation ConflictVersionInformation { get; }
public:
property ConflictVersionInformation^ ConflictVersionInformation {
ConflictVersionInformation^ get ();
}
member ConflictVersionInformation : ConflictVersionInformation
function get ConflictVersionInformation () : ConflictVersionInformation
Eigenschaftenwert
Typ: Microsoft.Synchronization.SimpleProviders. . :: . .ConflictVersionInformation
Ein ConflictVersionInformation-Objekt, das Informationen darüber enthält, welche Elementversionen (soweit vorhanden) dem Remoteanbieter für das Element bekannt sind, das sich in Konflikt befindet.
Siehe auch
Verweis
SimpleSyncItemConstraintEventArgs Klasse