Share via


Ipv6Element.Enabled Proprietà

Definizione

Ottiene o imposta un valore Boolean indicante se Internet Protocol versione 6 è attivato sul computer locale.

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

Valore della proprietà

true se IPv6 è attivato. In caso contrario, false.

Attributi

Si applica a

Vedi anche