Reflection
MatchCase Property (HotSpots)


Gets or sets a value indicating whether hotspots are case sensitive.
Syntax
'Declaration
 
Public Property MatchCase As Boolean
'Usage
 
Dim instance As HotSpots
Dim value As Boolean
 
instance.MatchCase = value
 
value = instance.MatchCase
public bool MatchCase {get; set;}
See Also