Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / 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 a Reflection 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