xRecord.validateWrite 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.
Determines whether the current record is valid and ready to be written.
public:
virtual bool validateWrite();
public virtual bool validateWrite ();
abstract member validateWrite : unit -> bool
override this.validateWrite : unit -> bool
Public Overridable Function validateWrite () As Boolean
Returns
true if the current record can be written; otherwise, false.