Identifies whether the field's value is valid.
The value in the field can be valid, not valid, or its status can be unknown. If field validation has not yet been performed (for example, if this method is invoked inside a hook), this method returns NEEDS_VALIDATION, whether or not the field has a value.
VBScript
fieldInfo.GetValidationStatus
Perl
$fieldInfo->GetValidationStatus();