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