InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / UseIPV6 Property


In This Topic
    UseIPV6 Property (IIbmTerminal)
    In This Topic
    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
    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