Gets and sets the expected field type of the image to be analyzed.
Syntax
'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;}
public read-write property FieldType: FieldType;
public function get,set FieldType : FieldType
public: __property FieldType get_FieldType();
public: __property void set_FieldType(
FieldType value
);
public:
property FieldType FieldType {
FieldType get();
void set ( FieldType value);
}
See Also