SettingsSection.Ipv6 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the configuration element that enables Internet Protocol version 6 (IPv6).
public:
property System::Net::Configuration::Ipv6Element ^ Ipv6 { System::Net::Configuration::Ipv6Element ^ get(); };
[System.Configuration.ConfigurationProperty("ipv6")]
public System.Net.Configuration.Ipv6Element Ipv6 { get; }
[<System.Configuration.ConfigurationProperty("ipv6")>]
member this.Ipv6 : System.Net.Configuration.Ipv6Element
Public ReadOnly Property Ipv6 As Ipv6Element
Property Value
The configuration element that controls the setting used by IPv6.
- Attributes
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.