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




Accusoft.FSInvoices Namespace > FormField Class : Name Property
Gets the field name as defined in the FormFieldDefinition with which this field is associated.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property Name As String
'Usage
 
Dim instance As FormField
Dim value As String
 
value = instance.Name
[DataMember()]
public string Name {get;}
[DataMember()]
public: __property string* get_Name();
[DataMember()]
public:
property String^ Name {
   String^ get();
}
Remarks

Default: Empty string.

See Also

Reference

FormField Class
FormField Members