Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |