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.
Gets or sets the IP version setting for this port.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Property IpVersion As NET_FW_IP_VERSION_
Get
Set
NET_FW_IP_VERSION_ IpVersion { get; set; }
property NET_FW_IP_VERSION_ IpVersion {
NET_FW_IP_VERSION_ get ();
void set (NET_FW_IP_VERSION_ value);
}
abstract IpVersion : NET_FW_IP_VERSION_ with get, set
function get IpVersion () : NET_FW_IP_VERSION_
function set IpVersion (value : NET_FW_IP_VERSION_)
Property Value
Type: Microsoft.TeamFoundation.Common.NET_FW_IP_VERSION_
A NET_FW_IP_VERSION_ value indicating the IP version of this port.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.