Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |