Specifies Internet Protocol version. 
Unit
CRVio
 Syntax
TIPVersion = (ivIPv4, ivIPv6, ivIPBoth);
Values
  
    | Value | Meaning | 
  
    | ivIPBoth | Specifies that either IPv6 or IPv4 Internet Protocol version is used | 
  
    | ivIPv4 | Specifies that the IPv4 Internet Protocol version is used | 
  
    | ivIPv6 | Specifies that the IPv6 Internet Protocol version is used | 
Remarks
Note:
 When the TIPVersion property is set to 
ivIPBoth
, a connection attempt is made via IPv6 if it is enabled in the operating system settings. If the connection attempt fails, a new connection attempt is made via IPv4. 
See Also