InfoConnect for Unisys
MatchUntilDelimiter Property (Hotspot)


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