InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / ShowDISOSSStatusDialog Property


In This Topic
    ShowDISOSSStatusDialog Property
    In This Topic
    Returns or specifies whether to display the transfer-in-progress "thermometer" when receiving data from the host during DISOSS transfers.
    Syntax
    'Declaration
     
    
    Property ShowDISOSSStatusDialog As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.ShowDISOSSStatusDialog = value
     
    value = instance.ShowDISOSSStatusDialog
    bool ShowDISOSSStatusDialog {get; set;}

    Property Value

    When this property is True, the thermometer is shown.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    This property is only valid for 3270 sessions connecting to a host that uses DISOSS file transfer.
    See Also