InfoConnect for Airlines
MatchCase Property (Hotspot)


Gets or sets a value indicating whether to make the hotspot case sensitive.
Syntax
'Declaration
 
Public Property MatchCase As Boolean
'Usage
 
Dim instance As Hotspot
Dim value As Boolean
 
instance.MatchCase = value
 
value = instance.MatchCase
public bool MatchCase {get; set;}
See Also