SettingsSection.Ipv6 属性
定义
获取启用 Internet 协议版本 6 (IPv6) 的配置元素。Gets the configuration element that enables Internet Protocol version 6 (IPv6).
public:
property System::Net::Configuration::Ipv6Element ^ Ipv6 { System::Net::Configuration::Ipv6Element ^ get(); };
[System.Configuration.ConfigurationProperty("ipv6")]
public System.Net.Configuration.Ipv6Element Ipv6 { get; }
[<System.Configuration.ConfigurationProperty("ipv6")>]
member this.Ipv6 : System.Net.Configuration.Ipv6Element
Public ReadOnly Property Ipv6 As Ipv6Element
属性值
控制 IPv6 使用的设置的配置元素。The configuration element that controls the setting used by IPv6.
- 属性