InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / Hotspot Class / MatchUntilDelimiter Property


In This Topic
    MatchUntilDelimiter Property (Hotspot)
    In This Topic
    Gets or sets a value indicating whether to define the end of the hotspot as a delimiter, usually a space.
    Syntax
    'Declaration
     
    
    Public Property MatchUntilDelimiter As Boolean
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As Boolean
     
    instance.MatchUntilDelimiter = value
     
    value = instance.MatchUntilDelimiter
    public bool MatchUntilDelimiter {get; set;}
    See Also