Reflection
Text Property (Hotspot)


Gets or sets a value indicating the hotspot text. The text can be up to 80 characters.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As Hotspot
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
See Also