Accusoft.ISISXpress7.Net
DriverName Property




Gets and sets the scanner driver name.
Syntax
'Declaration
 
Public Property DriverName As String
'Usage
 
Dim instance As DriverAndScanner
Dim value As String
 
instance.DriverName = value
 
value = instance.DriverName
public string DriverName {get; set;}
public: __property string* get_DriverName();
public: __property void set_DriverName( 
   string* value
);
public:
property String^ DriverName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the name of the driver.
See Also

Reference

DriverAndScanner Class
DriverAndScanner Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback