Accusoft.ISISXpress7.Net
StringValue Property




Gets and sets a string for the current scanner setting.
Syntax
'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.
See Also

Reference

Setting Class
Setting Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback