'Declaration Public ReadOnly Property FieldType As FieldType
'Usage Dim instance As TextBlockResult Dim value As FieldType value = instance.FieldType
public FieldType FieldType {get;}
public: __property FieldType get_FieldType();
'Declaration Public ReadOnly Property FieldType As FieldType
'Usage Dim instance As TextBlockResult Dim value As FieldType value = instance.FieldType
public FieldType FieldType {get;}
public: __property FieldType get_FieldType();
This read-only property indicates the field type that the TextBlockResult is recognized as. If field recognition is successful, FieldType will return the same value that was specified as the Reader parameter. If field recognition was not successful, FieldType will return a value of Unknown. Recognition results will be provided in both cases.