Accusoft.FSInvoices1.Net - Updated
DataType Property (FormTableColumnHeader)




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

Default: FormFieldDataType.GeneralText.

See Also

Reference

FormTableColumnHeader Class
FormTableColumnHeader Members