Gets and sets a string for the current scanner setting.
'Declaration
Public Property StringValue As String
'Usage
Dim instance As Setting
Dim value As String
instance.StringValue = value
value = instance.StringValue
public string StringValue {get; set;}
public: __property string* get_StringValue();
public: __property void set_StringValue(
string* value
);
public:
property String^ StringValue {
String^ get();
void set ( String^ value);
}
Property Value
A string value which represents the current scanner setting.