InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoComplete Interface / MinimumWordLength Property


In This Topic
    MinimumWordLength Property
    In This Topic
    Gets or sets the minimum number of characters (between 1-10) that must be typed before suggestions are offered.
    Syntax
    'Declaration
     
    
    Property MinimumWordLength As Integer
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As Integer
     
    instance.MinimumWordLength = value
     
    value = instance.MinimumWordLength
    int MinimumWordLength {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown if set value is outside the valid range.
    This exception is thrown if you modify an InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    See Also