Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IHotSpots Interface / DefaultHotspotMapName Property


In This Topic
DefaultHotspotMapName Property (IHotSpots)
In This Topic
Gets the path and filename that the Save method saves a hotspot to when the location defined by the HotspotsMap property is read-only.
Syntax
'Declaration
 
ReadOnly Property DefaultHotspotMapName As String
 
'Usage
 
Dim instance As IHotSpots
Dim value As String
 
value = instance.DefaultHotspotMapName
Remarks
The Save method saves the in-memory hotspot collection to the hotspot file defined by the HotspotsMap property. However, if that location points at a read-only location such as the built-ins folder underneath program files\Micro Focus\reflection where files cannot be written to, then the Save method saves the file in the user's documents area (e.g. Documents\Micro Focus\Reflection\Hotspots Maps) under the name of the active session.
See Also