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
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
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.
|
See Also