Gets or sets the Printer Name (2110,0030).
public string PrinterName {get; set;}
'Declaration
Public Property PrinterName As String
'Usage
Dim instance As DicomPrinterReportInformation
Dim value As String
instance.PrinterName = value
value = instance.PrinterName
public string PrinterName {get; set;}
<br/>get_PrinterName();<br/>set_PrinterName(value);<br/>Object.defineProperty('PrinterName');
public:
property String^ PrinterName {
String^ get();
void set ( String^ value);
}
Property Value
The Printer Name (2110,0030).