SettingsSection::Ipv6 Property

 

Gets the configuration element that enables Internet Protocol version 6 (IPv6).

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("ipv6")]
property Ipv6Element^ Ipv6 {
	Ipv6Element^ get();
}

Property Value

Type: System.Net.Configuration::Ipv6Element^

A Ipv6Element.

The configuration element that controls setting used by IPv6.

.NET Framework
Available since 2.0
Return to top
Show: