GetMessageText
Description
Returns a String explaining why the value stored in the field is not valid.
Call this method only when the GetValidationStatus
method
returns KNOWN_INVALID, otherwise the results are undefined; an exception might
be thrown or an inaccurate message might be generated.
Syntax
VBScript
fieldInfo.GetMessageText
Perl
$fieldInfo->GetMessageText
();
- Identifier
- Description
- fieldInfo
- A FieldInfo object, which contains information about one field of a user data record.
- Return value
- A String that explains why this field's value is not valid.