INetFwService.IpVersion Property

Gets or sets the internet protocol version of the service.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'宣言
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 internet protocol version of the service.

.NET Framework Security

See Also

Reference

INetFwService Interface

Microsoft.TeamFoundation.Common Namespace