IImportExtensions2.DataImportBypass Property

Definition

Allows data import process to be skipped if true, the process is skipped, if false, it is not. Default is false. for this to function, it needs to be set in or before the PreImport function call

public:
 property bool DataImportBypass { bool get(); void set(bool value); };
public bool DataImportBypass { get; set; }
member this.DataImportBypass : bool with get, set
Public Property DataImportBypass As Boolean

Property Value

Applies to