Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_ANY | Use any version of internet protocol. | |
| NET_FW_IP_VERSION_MAX | Use only the maximum available version of internet protocol. | |
| NET_FW_IP_VERSION_V4 | Use IPV4 exclusively. | |
| NET_FW_IP_VERSION_V6 | Use IPV6 exclusively. |