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.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: property ConflictResolutionPolicy ConflictResolutionPolicy { ConflictResolutionPolicy get (); void set (ConflictResolutionPolicy value); }
Property Value
Type: Microsoft.Synchronization::ConflictResolutionPolicyThe concurrency conflict resolution policy. The default is ApplicationDefined.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | value is not a member of the ConflictResolutionPolicy enumeration. |
Show: