Gets or sets the Manufacturer (0008,0070).
public string Manufacturer {get; set;}
'Declaration
Public Property Manufacturer As String
'Usage
Dim instance As DicomPrinterInformation
Dim value As String
instance.Manufacturer = value
value = instance.Manufacturer
public string Manufacturer {get; set;}
get_Manufacturer();
set_Manufacturer(value);
Object.defineProperty('Manufacturer');
public:
property String^ Manufacturer {
String^ get();
void set ( String^ value);
}
Property Value
The Manufacturer (0008,0070).