InfoConnect for Airlines
LineZeroCommand Property


Gets or sets the command issued to MAPPER for displaying the Line Zero information.
Syntax
'Declaration
 
Property LineZeroCommand As String
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As String
 
instance.LineZeroCommand = value
 
value = instance.LineZeroCommand
string LineZeroCommand {get; set;}
See Also