Click or drag to resize

NetworkAdapterConfigurationInfoDnsDomainSuffixSearchOrder Property

Win32_NetworkAdapterConfiguration: DefaultIPGateway: Array of DNS domain suffixes to be appended to the end of host names during name resolution.

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[] DnsDomainSuffixSearchOrder { get; set; }

Property Value

Type: String
The DNS domain suffix search order.

Implements

INetworkAdapterConfigurationInfoDnsDomainSuffixSearchOrder
See Also