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




Accusoft.FSInvoices Namespace > FormField Class : Label Property
Gets the FormFieldLabel associated with this field.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property Label As FormFieldLabel
'Usage
 
Dim instance As FormField
Dim value As FormFieldLabel
 
value = instance.Label
[DataMember()]
public FormFieldLabel Label {get;}
[DataMember()]
public: __property FormFieldLabel* get_Label();
[DataMember()]
public:
property FormFieldLabel^ Label {
   FormFieldLabel^ get();
}
Remarks

If no label was found, FormFieldLabel.Area will be empty.

Default: Default instance of FormFieldLabel class.

See Also

Reference

FormField Class
FormField Members