InfoConnect for Unisys
CommandCode Property


Gets or sets the MAPPER command code that precedes a MAPPER command (such as the commands to add or delete lines).
Syntax
'Declaration
 
Property CommandCode As String
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As String
 
instance.CommandCode = value
 
value = instance.CommandCode
string CommandCode {get; set;}
See Also