Accusoft.FSInvoices1.Net - Updated
TableDefinitions Property




Accusoft.FSInvoices Namespace > FormDefinition Class : TableDefinitions Property
Gets and sets the dictionary of FormTableDefinition objects.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property TableDefinitions As FormTableDefinitionDictionary
'Usage
 
Dim instance As FormDefinition
Dim value As FormTableDefinitionDictionary
 
instance.TableDefinitions = value
 
value = instance.TableDefinitions
[DataMember()]
public FormTableDefinitionDictionary TableDefinitions {get; set;}
[DataMember()]
public: __property FormTableDefinitionDictionary* get_TableDefinitions();
public: __property void set_TableDefinitions( 
   FormTableDefinitionDictionary* value
);
[DataMember()]
public:
property FormTableDefinitionDictionary^ TableDefinitions {
   FormTableDefinitionDictionary^ get();
   void set (    FormTableDefinitionDictionary^ value);
}
Remarks

Defines the tables that are expected to be on the forms. All defined tables will appear in FormResult.Tables following processing.

Default: Empty FormTableDefinitionDictionary.

See Also

Reference

FormDefinition Class
FormDefinition Members