InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoExpand Interface / IsCaseSensitive Property


In This Topic
    IsCaseSensitive Property (IAutoExpand)
    In This Topic
    Gets or sets whether to expand abbreviations on a case-sensitive basis.
    Syntax
    'Declaration
     
    
    Property IsCaseSensitive As Boolean
    'Usage
     
    
    Dim instance As IAutoExpand
    Dim value As Boolean
     
    instance.IsCaseSensitive = value
     
    value = instance.IsCaseSensitive
    bool IsCaseSensitive {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