Accusoft.FSInvoices1.Net - Updated
Type Property (FormFieldDefinition)




Accusoft.FSInvoices Namespace > FormFieldDefinition Class : Type Property
Gets and sets the FormFieldDataType of this field.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Type As FormFieldDataType
'Usage
 
Dim instance As FormFieldDefinition
Dim value As FormFieldDataType
 
instance.Type = value
 
value = instance.Type
[DataMember()]
public FormFieldDataType Type {get; set;}
[DataMember()]
public: __property FormFieldDataType get_Type();
public: __property void set_Type( 
   FormFieldDataType value
);
[DataMember()]
public:
property FormFieldDataType Type {
   FormFieldDataType get();
   void set (    FormFieldDataType value);
}
Remarks

Defines the type of data this field is expected to contain.

Default: FormFieldDataType.GeneralText.

See Also

Reference

FormFieldDefinition Class
FormFieldDefinition Members