'Declaration Public Property FieldType As FieldType
'Usage Dim instance As Reader Dim value As FieldType instance.FieldType = value value = instance.FieldType
public FieldType FieldType {get; set;}
'Declaration Public Property FieldType As FieldType
'Usage Dim instance As Reader Dim value As FieldType instance.FieldType = value value = instance.FieldType
public FieldType FieldType {get; set;}
Allowed values: GeneralText, Currency, CurrencyPlus, Date, Email, SocialSecurityNumber, Time, UnitedStatesPhoneNumber, URL, RegularExpression and DataValidationList
Default value: GeneralText
This is the input parmaeter for analyzing a filed where as the FieldType in the TextBlockResult is the output.This setting is best to be used combining with appropriate CharacterSet settings.
This setting can be supplemented by providing custom regular expressions to the field type of interest.