ConflictVersionInformation Class

Represents information about what item versions are known to the remote provider for a particular item that is in conflict.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SimpleProviders.ConflictVersionInformation

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

Syntax

'Declaration
Public Class ConflictVersionInformation
'Usage
Dim instance As ConflictVersionInformation
public class ConflictVersionInformation
public ref class ConflictVersionInformation
type ConflictVersionInformation =  class end
public class ConflictVersionInformation

The ConflictVersionInformation type exposes the following members.

Properties

  Name Description
Public property RemoteProviderKnowsLocalItemChangeVersion Gets whether the local item’s change version is contained in the remote provider's knowledge.
Public property RemoteProviderKnowsLocalItemCreationVersion Gets whether the local item’s creation version is contained in the remote provider's knowledge.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.SimpleProviders Namespace