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


In This Topic
    MessageLibrary Property (IbmPrinter)
    In This Topic
    Gets or sets the library that contains the message queue for exception messages. Consult your system administrator before changing this value.
    Syntax
    'Declaration
     
    
    Public Property MessageLibrary As String
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As String
     
    instance.MessageLibrary = value
     
    value = instance.MessageLibrary
    public string MessageLibrary {get; set;}
    See Also