Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the internet protocol version of the service.
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 internet protocol version of the service.
.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.