InfoConnect for Unisys
LookSwitch Property


Gets or sets the command used to switch between the old MAPPER look (MAPPER 34) and the new MAPPER look (MAPPER 35)
Syntax
'Declaration
 
Property LookSwitch As String
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As String
 
instance.LookSwitch = value
 
value = instance.LookSwitch
string LookSwitch {get; set;}
See Also