Click or drag to resize

ObjectImporterSettingsIgnoreNonPresentTypeProperties Property

If set to true the import will not fail if a data object states a value for a property that isn't present on the data object type. The property must, however, exist in the system.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IgnoreNonPresentTypeProperties { get; set; }

Property Value

Type: Boolean
See Also