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


In This Topic
    Enabled Property (IAutoComplete)
    In This Topic
    Gets or sets a value indicating whether to enable Auto Complete in the session.
    Syntax
    'Declaration
     
    
    Property Enabled As Boolean
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    bool Enabled {get; set;}
    Exceptions
    ExceptionDescription
    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