NetworkAdapterConfigurationInfoDomainDnsRegistrationEnabled Property |
Win32_NetworkAdapterConfiguration: DomainDNSRegistrationEnabled: If TRUE,
the IP addresses for this connection are registered in
DNS under the domain name of this connection in addition to being registered
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 DomainDnsRegistrationEnabled { get; set; }
<DataMemberAttribute>
Public Property DomainDnsRegistrationEnabled As Boolean
Get
Set
public:
[DataMemberAttribute]
virtual property bool DomainDnsRegistrationEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<DataMemberAttribute>]
abstract DomainDnsRegistrationEnabled : bool with get, set
[<DataMemberAttribute>]
override DomainDnsRegistrationEnabled : bool with get, set
Property Value
Type:
Booleantrue if [domain DNS registration enabled]; otherwise,
false.
Implements
INetworkAdapterConfigurationInfoDomainDnsRegistrationEnabledSee Also