Enum AddPropPolicy
public enum AddPropPolicy
- Extension Methods
Fields
IgnoreExisting = 0Always add the property, regardless of if a matching one already exists.
KeepExisting = 2Keep existing matching properties, don't add the new property if it already exists.
ReplaceExisting = 1Remove and replace matching existing properties with the new property.