Gets the printer driver name.
public string DriverName {get;}
public: __property string* get_DriverName();
'Declaration
Public ReadOnly Property DriverName As String
'Usage
Dim instance As Printer
Dim value As String
value = instance.DriverName
Property Value
A string which represents the printer driver name.