InfoConnect for Unisys
Word Property


Returns the word that was misspelled.
Syntax
'Declaration
 
Public ReadOnly Property Word As String
'Usage
 
Dim instance As MisspelledWord
Dim value As String
 
value = instance.Word
public string Word {get;}
See Also