InfoConnect for Unisys
ResponsesScrolling Property


Gets or sets a value specifying the response that CANDE sends to the PC in response to the ?+s command.
Syntax
'Declaration
 
Property ResponsesScrolling As String
'Usage
 
Dim instance As IFileTransfer
Dim value As String
 
instance.ResponsesScrolling = value
 
value = instance.ResponsesScrolling
string ResponsesScrolling {get; set;}
See Also