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


In This Topic
    PrecededByDelimiter Property (Hotspot)
    In This Topic
    Gets or sets a value indicating whether the hotspot must be preceded by a delimiter, usually a space.
    Syntax
    'Declaration
     
    
    Public Property PrecededByDelimiter As Boolean
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As Boolean
     
    instance.PrecededByDelimiter = value
     
    value = instance.PrecededByDelimiter
    public bool PrecededByDelimiter {get; set;}
    See Also