'Declaration
<SuppressMessageAttribute(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="")>
ReadOnly Property MappingCollection As Hotspot()
'Usage
Dim instance As IHotSpots
Dim value() As Hotspot
value = instance.MappingCollection
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="")]
Hotspot[] MappingCollection {get;}