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




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

Default: Empty string.

See Also

Reference

FormFieldLabel Class
FormFieldLabel Members