Accusoft.FSInvoices1.Net
Name Property (TemplateField)




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
[DataMemberAttribute()]
public string Name {get; set;}
[DataMemberAttribute()]
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
[DataMemberAttribute()]
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback