INetFwOpenPort.IpVersion Property
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_
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.