InfoConnect for Airlines
UseIPV6 Property (IIbmTerminal)


Gets or sets a value indicating whether InfoConnect uses version 6 of the Internet Protocol.
Syntax
'Declaration
 
Property UseIPV6 As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.UseIPV6 = value
 
value = instance.UseIPV6
bool UseIPV6 {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.
Remarks
By default this value is false. Please contact technical support if you need support for IP version 6.
See Also