Gets and sets the scanner model name.
'Declaration
Public Property ScannerModel As String
'Usage
Dim instance As DriverAndScanner
Dim value As String
instance.ScannerModel = value
value = instance.ScannerModel
public string ScannerModel {get; set;}
public: __property string* get_ScannerModel();
public: __property void set_ScannerModel(
string* value
);
public:
property String^ ScannerModel {
String^ get();
void set ( String^ value);
}
Property Value
A string value which represents the name of the scanner model.