Click or drag to resize

NetworkAdapterConfigurationInfoDnsDomain Property

Win32_NetworkAdapterConfiguration: DNSDomain: Organization name followed by a period and an extension that indicates the type of organization, such as microsoft.com.

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

Property Value

Type: String
The DNS domain.

Implements

INetworkAdapterConfigurationInfoDnsDomain
See Also