InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / ZmodemDeleteCancelledReceives Property


In This Topic
    ZmodemDeleteCancelledReceives Property
    In This Topic
    Returns or specifies what happens when you cancel a Zmodem receive.
    Syntax
    'Declaration
     
    
    Property ZmodemDeleteCancelledReceives As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.ZmodemDeleteCancelledReceives = value
     
    value = instance.ZmodemDeleteCancelledReceives
    bool ZmodemDeleteCancelledReceives {get; set;}

    Property Value

    The default value is true.
    Remarks
    The default value is true.
    See Also