InfoConnect for Airlines
MaxWordLength Property (IAutoComplete)


Gets or sets the maximum length of words that can potentially be auto-completed. Longer words are ignored by Auto Complete. The range of valid values is 20-200 characters.
Syntax
'Declaration
 
Property MaxWordLength As Integer
'Usage
 
Dim instance As IAutoComplete
Dim value As Integer
 
instance.MaxWordLength = value
 
value = instance.MaxWordLength
int MaxWordLength {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if set value is outside the valid range.
Attachmate.Reflection.SecuredSettingException This exception is thrown if you modify a InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
See Also