Click or drag to resize

NetworkAdapterConfigurationInfoFullDnsRegistrationEnabled Property

Win32_NetworkAdapterConfiguration: FullDNSRegistrationEnabled: If TRUE, the IP addresses for this connection are registered in DNS under the computer's full DNS name.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public bool FullDnsRegistrationEnabled { get; set; }

Property Value

Type: Boolean
true if [full DNS registration enabled]; otherwise, false.

Implements

INetworkAdapterConfigurationInfoFullDnsRegistrationEnabled
See Also