Accusoft.FSInvoices1.Net - Updated
Value Property (TemplateFieldLabel)




Accusoft.FSInvoices Namespace > TemplateFieldLabel Class : Value Property
Gets and sets the label text.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Value As String
'Usage
 
Dim instance As TemplateFieldLabel
Dim value As String
 
instance.Value = value
 
value = instance.Value
[DataMember()]
public string Value {get; set;}
[DataMember()]
public: __property string* get_Value();
public: __property void set_Value( 
   string* value
);
[DataMember()]
public:
property String^ Value {
   String^ get();
   void set (    String^ value);
}
Remarks

This is the specific label text that is expected to be on the form.

Default: Empty string.

See Also

Reference

TemplateFieldLabel Class
TemplateFieldLabel Members