Gets and sets the location of the ISIS driver files.
'Declaration
Public Property DriverDirectory As String
'Usage
Dim instance As Scanner
Dim value As String
instance.DriverDirectory = value
value = instance.DriverDirectory
public string DriverDirectory {get; set;}
public: __property string* get_DriverDirectory();
public: __property void set_DriverDirectory(
string* value
);
public:
property String^ DriverDirectory {
String^ get();
void set ( String^ value);
}
Property Value
A string which represents the location of the ISIS driver files.