InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IMapperFileTransfer Interface / IfExists Property


In This Topic
    IfExists Property (IMapperFileTransfer)
    In This Topic
    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