Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / MessageQueue Property


In This Topic
MessageQueue Property (IbmPrinter)
In This Topic
Gets or sets the message queue to which exception messages should be sent. For example, the IBM System i may need to tell the printer to switch to another paper tray. Consult your system administrator before changing this value.
Syntax
'Declaration
 
Public Property MessageQueue As String
 
'Usage
 
Dim instance As IbmPrinter
Dim value As String
 
instance.MessageQueue = value
 
value = instance.MessageQueue
See Also