ConflictVersionInformation-Eigenschaft

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

SimpleSyncItemConstraintEventArgs-Member

Microsoft.Synchronization.SimpleProviders-Namespace