HotspotsMap Property (HotSpots)
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