ConflictVersionInformation Class

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

System.Object
  Microsoft.Synchronization.SimpleProviders.ConflictVersionInformation

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

'Declaration
Public Class ConflictVersionInformation
'Usage
Dim instance As ConflictVersionInformation

The ConflictVersionInformation type exposes the following members.

  NameDescription
Public propertyRemoteProviderKnowsLocalItemChangeVersionGets whether the local item’s change version is contained in the remote provider's knowledge.
Public propertyRemoteProviderKnowsLocalItemCreationVersionGets whether the local item’s creation version is contained in the remote provider's knowledge.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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