Ipv6Element.Enabled Propriedade

Definição

Recebe ou define um valor booleano que indica se o Protocolo de Internet versão 6 está ativado no computador 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 Propriedade

true se o IPv6 estiver ativado; caso contrário, false.

Atributos

Aplica-se a

Ver também