Gets or sets the text value of the field. If RichText is set, this is the
flat (non-formatted) text version of the RichTextValue property.
Syntax
'Declaration
Public Property Value As String
'Usage
Dim instance As TextField
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);
}
Property Value
The flat (non-formatted) text value of the field.
See Also