InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Hotspot Class / MatchCase Property


In This Topic
    MatchCase Property (Hotspot)
    In This Topic
    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