'Declaration
Public ReadOnly Property Parent As Object
'Usage
Dim instance As KeyboardMapper Dim value As Object value = instance.Parent
public object Parent {get;}
Gets
the parent object (IUtsTerminal).'Declaration
Public ReadOnly Property Parent As Object
'Usage
Dim instance As KeyboardMapper Dim value As Object value = instance.Parent
public object Parent {get;}
private IUtsTerminal terminal; private KeyboardMapper mapper; //Get the UtsTerminal parent object. terminal = mapper.Parent;