SimpleSyncItemConstraintEventArgs::ConflictVersionInformation Property

Gets a ConflictVersionInformation object that contains information about what item versions, if any, are known to the remote provider for the item that is in conflict.

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

public:
property ConflictVersionInformation^ ConflictVersionInformation {
	ConflictVersionInformation^ get ();
}

Property Value

Type: Microsoft.Synchronization.SimpleProviders::ConflictVersionInformation
A ConflictVersionInformation object that contains information about what item versions, if any, are known to the remote provider for the item that is in conflict.
Show: