'Declaration Public ReadOnly Property DriverName As String
'Usage Dim instance As Printer Dim value As String value = instance.DriverName
public string DriverName {get;}
public: __property string* get_DriverName();
public: property String^ DriverName { String^ get(); }
The default value is an empty string "".
Printer Class Printer Members
©2015. Accusoft Corporation. All Rights Reserved.