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


In This Topic
    ManufacturerType Property (IIbmPrinter)
    In This Topic
    Gets or sets the manufacturer type. This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property ManufacturerType As ManufacturerTypeEnum
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As ManufacturerTypeEnum
     
    instance.ManufacturerType = value
     
    value = instance.ManufacturerType
    ManufacturerTypeEnum ManufacturerType {get; set;}
    See Also