Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IImportExtensions2.DataImportBypass Property

Definition

Namespace:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly:
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll
Package:
Microsoft.CrmSdk.XrmTooling.PackageDeployment v9.1.0.184

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

Property Value

Applies to