InfoConnect for Airlines
Model Property


Gets or sets the terminal model. This property causes an error when InfoConnect is connected to a host. Use the Connected property to determine if a connection already exists.
Syntax
'Declaration
 
Property Model As TerminalModel
'Usage
 
Dim instance As IIbmTerminal
Dim value As TerminalModel
 
instance.Model = value
 
value = instance.Model
TerminalModel Model {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
See Also