GetName
Description
Returns the name of the field. Field names are used by various methods to identify a specific field in an Entity object.
Syntax
VBScript
fieldInfo.GetName
Perl
$fieldInfo->GetName
();
- Identifier
- Description
- fieldInfo
- A FieldInfo object, which contains information about one field of a user data record.
- Return value
- A String containing the name of the field.