Ipv6Element.Enabled Property

Definition

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

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

true if IPv6 is enabled; otherwise, false.

Attributes

Applies to

See also