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


In This Topic
    HotspotsMap Property (HotSpots)
    In This Topic
    Gets or sets the current hotspots definition file.
    Syntax
    'Declaration
     
    
    Public Property HotspotsMap As String
    'Usage
     
    
    Dim instance As HotSpots
    Dim value As String
     
    instance.HotspotsMap = value
     
    value = instance.HotspotsMap
    public string HotspotsMap {get; set;}
    See Also