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


In This Topic
    OtherDelimiters Property (Hotspot)
    In This Topic
    Gets or sets the list of characters to use as hotspot delimiters when UseOtherDelimiters is true.
    Syntax
    'Declaration
     
    
    Public Property OtherDelimiters As String
    'Usage
     
    
    Dim instance As Hotspot
    Dim value As String
     
    instance.OtherDelimiters = value
     
    value = instance.OtherDelimiters
    public string OtherDelimiters {get; set;}
    See Also