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


In This Topic
    EnableDataPersistence Property
    In This Topic
    Gets or sets a value indicating whether suggestion data is persisted to the session file.
    Syntax
    'Declaration
     
    
    Property EnableDataPersistence As Boolean
    'Usage
     
    
    Dim instance As IAutoComplete
    Dim value As Boolean
     
    instance.EnableDataPersistence = value
     
    value = instance.EnableDataPersistence
    bool EnableDataPersistence {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