GetType

Description

Identifies the type of data that can be stored in this field.

Fields can store strings, numbers, timestamps, references, and several other types. (See FieldType constants for the complete list.)

Syntax

VBScript


fieldInfo.GetType 

Perl


$fieldInfo->GetType(); 
Identifier
Description
fieldInfo
A FieldInfo object, which contains information about one field of a user data record.
Return value
A Long that specifies what type of data can be stored in this field. The value corresponds to one of the FieldType constants.