IImportExtensions2.DataImportBypass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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