InfoConnect for Unisys
AbortCommandsUpload Property


Gets or sets a value specifying the CANDE command to remove the work file. This is the command that is sent to CANDE when a file transfer is canceled.
Syntax
'Declaration
 
Property AbortCommandsUpload As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.AbortCommandsUpload = value
 
value = instance.AbortCommandsUpload
string AbortCommandsUpload {get; set;}
See Also