InfoConnect API Guide
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
    public string Word {get;}
    See Also