InfoConnect for Unisys
UploadCommand Property


Gets or sets the command to run the OS 2200 Editor and create a new file.
Syntax
'Declaration
 
Property UploadCommand As String
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As String
 
instance.UploadCommand = value
 
value = instance.UploadCommand
string UploadCommand {get; set;}
See Also