NET_FW_IP_VERSION_ Enumeration
Contains values that specify the internet protocol version to use.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
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. |