InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / HotSpots Class / MappingCollection Property


In This Topic
    MappingCollection Property (HotSpots)
    In This Topic
    Gets a set of all the hotspots that have been mapped in the current hotspot map.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MappingCollection As Hotspot()
    'Usage
     
    
    Dim instance As HotSpots
    Dim value() As Hotspot
     
    value = instance.MappingCollection
    public Hotspot[] MappingCollection {get;}
    See Also