Click or drag to resize

ImportWithFileNameDerivedPropertiesDataSourceOptionsBehaviorOnConflictWithExistingProperties Property

Gets or sets the behavior when there is a conflict with existing properties in the target property bag. The default is to override the existing properties with the new values.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public BehaviorOnConflictWithExistingProperties BehaviorOnConflictWithExistingProperties { get; init; }

Property Value

BehaviorOnConflictWithExistingProperties
See Also