Ipv6Element.Enabled Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se il protocollo Internet versione 6 è abilitato nel 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 è abilitato; in caso contrario, false.

Attributi

Si applica a

Vedi anche