InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / KeyboardMapping Class / Key Property
Example


In This Topic
    Key Property (KeyboardMapping)
    In This Topic
    Gets the key associated with the keyboard mapping.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Key As Keys
    'Usage
     
    
    Dim instance As KeyboardMapping
    Dim value As Keys
     
    value = instance.Key
    public Keys Key {get;}
    Example
    private KeyboardMapping map;
    // Get the Key.
    Keys key = Map.Key;
    See Also