Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / MessageQueue Property


In This Topic
    MessageQueue Property (IIbmPrinter)
    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. This setting is only relevant to 5250 printer sessions.
    Syntax
    'Declaration
     
    
    Property MessageQueue As String
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As String
     
    instance.MessageQueue = value
     
    value = instance.MessageQueue
    string MessageQueue {get; set;}

    Property Value

    This string can be up to 10 characters long.

    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is longer than the maximum 10 characters allowed.
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    See Also