ImportExtension.AfterPrimaryImport Method
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.
Called After all Import steps are complete, allowing for final customizations or tweaking of the CRM instance.
public:
abstract bool AfterPrimaryImport();
public abstract bool AfterPrimaryImport ();
abstract member AfterPrimaryImport : unit -> bool
Public MustOverride Function AfterPrimaryImport () As Boolean