Reflection .NET API
Attachmate.Reflection Assembly / 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
See Also