InfoConnect for Unisys
IfExists Property (IOS2200FileTransfer)


Gets or sets a value specifying what happens if the PC file exists on downloads.
Syntax
'Declaration
 
Property IfExists As OS2200LocalFileExistsOption
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As OS2200LocalFileExistsOption
 
instance.IfExists = value
 
value = instance.IfExists
OS2200LocalFileExistsOption IfExists {get; set;}
See Also