Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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
See Also