InfoConnect for Unisys
MatchCase Property (IHotSpots)


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