KnowledgeSyncProviderConfiguration Class

Represents configuration information for a KnowledgeSyncProvider object.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.KnowledgeSyncProviderConfiguration

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

Syntax

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

The KnowledgeSyncProviderConfiguration type exposes the following members.

Properties

  Name Description
Public property CollisionConflictResolutionPolicy Gets or sets the collision constraint conflict resolution policy to be used for the synchronization session when this synchronization provider is the destination provider.
Public property ConflictResolutionPolicy Gets or sets the concurrency conflict resolution policy to be used for the synchronization session when this synchronization provider is the destination provider.

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 Namespace