XfrCloseDlgAfterTransfer Property
In This Topic
Returns or specifies whether Reflection closes the File Transfer dialog box upon completion of a file transfer.
Syntax
'Declaration
Property XfrCloseDlgAfterTransfer As Boolean
'Usage
Dim instance As IFileTransfer
Dim value As Boolean
instance.XfrCloseDlgAfterTransfer = value
value = instance.XfrCloseDlgAfterTransfer
bool XfrCloseDlgAfterTransfer {get; set;}
Property Value
The default value is False.
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