Ipv6Element::Enabled Property

 

Gets or sets a Boolean value that indicates whether Internet Protocol version 6 is enabled on the local computer.

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

public:
[ConfigurationPropertyAttribute("enabled", DefaultValue = false)]
property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if IPv6 is enabled; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: