Accusoft.FSInvoices1.Net - Updated
Name Property (TemplateField)




Accusoft.FSInvoices Namespace > TemplateField Class : Name Property
Gets and sets the name for this template field.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Name As String
'Usage
 
Dim instance As TemplateField
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

If this template field was generated automatically and matched a FormFieldDefinition in Processor.FormDefinition.FieldDefinitions, it will contain the unique user-defined name from the associated FormFieldDefinition. If this template field was generated automatically and did not match a FormFieldDefinition, it will contain "Unknown".

Default: Empty string.

See Also

Reference

TemplateField Class
TemplateField Members