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


In This Topic
    ModelId Property (IIbmPrinter)
    In This Topic
    Gets or sets the Model ID for 5250 printer session This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property ModelId As Printer5250ModelIdEnum
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Printer5250ModelIdEnum
     
    instance.ModelId = value
     
    value = instance.ModelId
    Printer5250ModelIdEnum ModelId {get; set;}
    See Also