Accusoft.FSInvoices1.Net
Type Property (FormFieldDefinition)




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
[DataMemberAttribute()]
public FormFieldDataType Type {get; set;}
[DataMemberAttribute()]
public: __property FormFieldDataType get_Type();
public: __property void set_Type( 
   FormFieldDataType value
);
[DataMemberAttribute()]
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback