Ipv6Element.Enabled Propiedad

Definición

Obtiene o establece un valor booleano que indica si el protocolo de Internet versión 6 está habilitado en el equipo 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

Valor de propiedad

Es true si IPv6 está habilitado; en caso contrario, es false.

Atributos

Se aplica a

Consulte también