InfoConnect for Unisys
AbortCommandsDownload Property


Gets or sets a value specifying the CANDE command to terminate a CANDE file listing (stop displaying a file).
Syntax
'Declaration
 
Property AbortCommandsDownload As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.AbortCommandsDownload = value
 
value = instance.AbortCommandsDownload
string AbortCommandsDownload {get; set;}
See Also