InfoConnect for Airlines
ResendLastInputMessage Property


Gets or sets a value indicating the message to show for resent last input in ALC terminals.
Syntax
'Declaration
 
Property ResendLastInputMessage As String
'Usage
 
Dim instance As IAlcTerminal
Dim value As String
 
instance.ResendLastInputMessage = value
 
value = instance.ResendLastInputMessage
string ResendLastInputMessage {get; set;}
See Also