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 | |
---|---|---|
![]() |
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. |
![]() |
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 | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.