InfoConnect for Airlines
IfExists Property (IMapperFileTransfer)


Gets or sets a value specifying what happens if the target file exists during a transfer.
Syntax
'Declaration
 
Property IfExists As MAPPERFileExistsOption
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As MAPPERFileExistsOption
 
instance.IfExists = value
 
value = instance.IfExists
MAPPERFileExistsOption IfExists {get; set;}
See Also