MessageLibrary Property (IIbmPrinter)
In This Topic
Gets or sets the library that contains the message queue for exception messages. Consult your system administrator before changing this value. This setting is only relevant to 5250 printer sessions
Syntax
'Declaration
Property MessageLibrary As String
'Usage
Dim instance As IIbmPrinter
Dim value As String
instance.MessageLibrary = value
value = instance.MessageLibrary
string MessageLibrary {get; set;}
Property Value
This string can be up to 10 characters long.
Exceptions
See Also