'Declaration
Property PrinterDeviceIdentifier As Integer
'Usage
Dim instance As IUtsTerminal Dim value As Integer instance.PrinterDeviceIdentifier = value value = instance.PrinterDeviceIdentifier
int PrinterDeviceIdentifier {get; set;}
Gets or sets the hexadecimal address of the DID (device identifier) for the device that the host sends host-initiated print jobs to.
The valid range of values is 0x20 - 0x7F inclusive.
'Declaration
Property PrinterDeviceIdentifier As Integer
'Usage
Dim instance As IUtsTerminal Dim value As Integer instance.PrinterDeviceIdentifier = value value = instance.PrinterDeviceIdentifier
int PrinterDeviceIdentifier {get; set;}