InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IOS2200FileTransfer Interface / SuppressDisplay Property


In This Topic
    SuppressDisplay Property
    In This Topic
    Gets or sets a value indicating whether to prevent display of the file contents on the screen while the file is being transferred.
    Syntax
    'Declaration
     
    
    Property SuppressDisplay As Boolean
    'Usage
     
    
    Dim instance As IOS2200FileTransfer
    Dim value As Boolean
     
    instance.SuppressDisplay = value
     
    value = instance.SuppressDisplay
    bool SuppressDisplay {get; set;}
    See Also