Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / MisspelledWord Structure / Word Property


In This Topic
Word Property
In This Topic
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
See Also