InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / EnableMobileHome Property


In This Topic
    EnableMobileHome Property
    In This Topic

    Gets or sets a value indicating whether to allow a host sequence to set a mobile home.

    Syntax
    'Declaration
     
    
    Property EnableMobileHome As Boolean
    'Usage
     
    
    Dim instance As IT27Terminal
    Dim value As Boolean
     
    instance.EnableMobileHome = value
     
    value = instance.EnableMobileHome
    bool EnableMobileHome {get; set;}
    See Also