OtherDelimiters Property (HotSpots)
Gets or sets a value indicating other character(s) to use as hotspot delimiters when the UseOtherDelimiters property is set to true.
public string OtherDelimiters {get; set;}
'Declaration
Public Property OtherDelimiters As String
'Usage
Dim instance As HotSpots
Dim value As String
instance.OtherDelimiters = value
value = instance.OtherDelimiters