Ipv6Element.Enabled Propriété

Définition

Obtient ou définit une valeur booléenne qui indique si internet Protocol version 6 est activée sur l’ordinateur local.

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

Valeur de propriété

true si IPv6 est activé ; sinon, false.

Attributs

S’applique à

Voir aussi