InfoConnect for Unisys
DownloadCommandReply Property


Gets or sets the the response that the OS 2200 Editor sends to the PC when it receives a request to download a file to the PC.
Syntax
'Declaration
 
Property DownloadCommandReply As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.DownloadCommandReply = value
 
value = instance.DownloadCommandReply
string DownloadCommandReply {get; set;}
See Also