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


PrintHostLUName Property (IIbmPrinter)
Gets or set 3287 printer, some hosts require a host LU name.
Syntax
'Declaration
 
Property PrintHostLUName As String
 
'Usage
 
Dim instance As IIbmPrinter
Dim value As String
 
instance.PrintHostLUName = value
 
value = instance.PrintHostLUName
Exceptions
ExceptionDescription
This exception is thrown if the set parameter is longer than the maximum allowed.
Remarks
The PrintHostLUName can be up to 32 characters in length.
See Also