InfoConnect for Unisys
SuppressDisplay Property


Gets or sets a value indicating whether to prevent display of the file contents on the screen while the file is being transferred.
Syntax
'Declaration
 
Property SuppressDisplay As Boolean
'Usage
 
Dim instance As IOS2200FileTransfer
Dim value As Boolean
 
instance.SuppressDisplay = value
 
value = instance.SuppressDisplay
bool SuppressDisplay {get; set;}
See Also