'DeclarationPublic ReadOnly Property FieldType As FieldType
'UsageDim instance As TextBlockResult Dim value As FieldType value = instance.FieldType
public FieldType FieldType {get;}
public: __property FieldType get_FieldType();
'DeclarationPublic ReadOnly Property FieldType As FieldType
'UsageDim 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.