InfoConnect for Unisys
UploadComplete Property


Gets or sets the command that the PC sends to the OS 2200 Editor when the file transfer from the PC is complete.
Syntax
'Declaration
 
Property UploadComplete As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.UploadComplete = value
 
value = instance.UploadComplete
string UploadComplete {get; set;}
See Also