KnowledgeSyncProviderConfiguration::ConflictResolutionPolicy Property

Gets or sets the concurrency conflict resolution policy to be used for the synchronization session when this synchronization provider is the destination provider.

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

public:
property ConflictResolutionPolicy ConflictResolutionPolicy {
	ConflictResolutionPolicy get ();
	void set (ConflictResolutionPolicy value);
}

Property Value

Type: Microsoft.Synchronization::ConflictResolutionPolicy
The concurrency conflict resolution policy. The default is ApplicationDefined.

ExceptionCondition
ArgumentOutOfRangeException

value is not a member of the ConflictResolutionPolicy enumeration.

This policy is not used when the provider is the source provider.

Show: