InfoConnect for Unisys
Mapping Property (KeyboardMapping)


Gets the action sequence associated with the keyboard mapping.
Syntax
'Declaration
 
Public ReadOnly Property Mapping As InputMapActionSequence
'Usage
 
Dim instance As KeyboardMapping
Dim value As InputMapActionSequence
 
value = instance.Mapping
public InputMapActionSequence Mapping {get;}
See Also