xRecord.doValidateDelete 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.
Performs the action to validate that a record can be deleted.
public:
virtual bool doValidateDelete();
public virtual bool doValidateDelete ();
abstract member doValidateDelete : unit -> bool
override this.doValidateDelete : unit -> bool
Public Overridable Function doValidateDelete () As Boolean