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




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

Default: FormFieldDataType.GeneralText.

See Also

Reference

FormFieldData Class
FormFieldData Members