InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / HostGraphicsType Property


In This Topic
    HostGraphicsType Property
    In This Topic
    Gets or sets a value indicating the T27 host graphics type for the session.
    Syntax
    'Declaration
     
    
    Property HostGraphicsType As HostGraphicsTypeOption
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As HostGraphicsTypeOption
     
    instance.HostGraphicsType = value
     
    value = instance.HostGraphicsType
    HostGraphicsTypeOption HostGraphicsType {get; set;}
    See Also