InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KeysSendingEventArgs Class / Keys Property


In This Topic
    Keys Property (KeysSendingEventArgs)
    In This Topic
    Gets or sets the Keys property that permits the user to inspect or modify the keys value.
    Syntax
    'Declaration
     
    
    Public Property Keys As String
    'Usage
     
    
    Dim instance As KeysSendingEventArgs
    Dim value As String
     
    instance.Keys = value
     
    value = instance.Keys
    public string Keys {get; set;}
    See Also