Reflection
ZmodemDeleteCancelledReceives Property


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