FormSuite for Invoices v2.1 - Updated
Name Property (FormTableColumnHeaderDefinition)




Accusoft.FSInvoices Namespace > FormTableColumnHeaderDefinition Class : Name Property
Gets and sets the unique user-defined name for this column header.

A descriptive name of a column on a form. For example, if the data to be collected is the description, then a good field name would be "LIT Description". This name will be returned in the FormTableColumnHeader in the results.

Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Name As String
'Usage
 
Dim instance As FormTableColumnHeaderDefinition
Dim value As String
 
instance.Name = value
 
value = instance.Name
[DataMember()]
public string Name {get; set;}
[DataMember()]
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
[DataMember()]
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
Remarks

Default: Empty string.

Please Note that for any FormTableColumnHeaderDefinition the Name attribute must start with the characters "LIT". Also, there must be a corresponding FormFieldDefinition instance with the same "Name" attribute.

See Also

Reference

FormTableColumnHeaderDefinition Class
FormTableColumnHeaderDefinition Members