Ipv6Element.Enabled Vlastnost

Definice

Získá nebo nastaví logickou hodnotu, která indikuje, zda je na místním počítači povolen protokol INTERNET Protocol verze 6.

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

Hodnota vlastnosti

truepokud je povolený protokol IPv6; v opačném případě . false

Atributy

Platí pro

Viz také