InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / AutoCompleteAcceptedEventArgs Class / Prefix Field


In This Topic
    Prefix Field
    In This Topic
    The word that was completed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Prefix As String
    'Usage
     
    
    Dim instance As AutoCompleteAcceptedEventArgs
    Dim value As String
     
    value = instance.Prefix
    public readonly string Prefix
    See Also