8 private ConfigurationPropertyCollection properties =
new ConfigurationPropertyCollection();
10 private readonly ConfigurationProperty enabled =
new ConfigurationProperty(
"enabled", typeof(
bool),
false, ConfigurationPropertyOptions.None);
12 protected internal override ConfigurationPropertyCollection Properties
23 [ConfigurationProperty(
"enabled", DefaultValue =
false)]
28 return (
bool)base[enabled];
32 base[enabled] = value;
39 properties.Add(enabled);
Determines whether Internet Protocol version 6 is enabled on the local computer. This class cannot be...
bool Enabled
Gets or sets a Boolean value that indicates whether Internet Protocol version 6 is enabled on the loc...
Ipv6Element()
Initializes a new instance of the T:System.Net.Configuration.Ipv6Element class.