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.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: property ConflictVersionInformation^ ConflictVersionInformation { ConflictVersionInformation^ get (); }
Property Value
Type: Microsoft.Synchronization.SimpleProviders::ConflictVersionInformationA 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: