Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that specify the internet protocol version to use.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Enumeration NET_FW_IP_VERSION_
public enum NET_FW_IP_VERSION_
public enum class NET_FW_IP_VERSION_
type NET_FW_IP_VERSION_
public enum NET_FW_IP_VERSION_
Members
Member name | Description | |
---|---|---|
NET_FW_IP_VERSION_V4 | Use IPV4 exclusively. | |
NET_FW_IP_VERSION_V6 | Use IPV6 exclusively. | |
NET_FW_IP_VERSION_ANY | Use any version of internet protocol. | |
NET_FW_IP_VERSION_MAX | Use only the maximum available version of internet protocol. |