xRecord.validateField(Int32) 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 specified field is valid.
public:
virtual bool validateField(int _fieldIdToCheck);
public virtual bool validateField (int _fieldIdToCheck);
abstract member validateField : int -> bool
override this.validateField : int -> bool
Public Overridable Function validateField (_fieldIdToCheck As Integer) As Boolean
Parameters
- _fieldIdToCheck
- Int32
The field ID of the field to validate.
Returns
true if the specified field is valid; otherwise, false.