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; }
<DataMemberAttribute>
Public Property DnsDomainSuffixSearchOrder As String()
Get
Set
public:
[DataMemberAttribute]
virtual property array<String^>^ DnsDomainSuffixSearchOrder {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
[<DataMemberAttribute>]
abstract DnsDomainSuffixSearchOrder : string[] with get, set
[<DataMemberAttribute>]
override DnsDomainSuffixSearchOrder : string[] with get, set
Property Value
Type:
String
The DNS domain suffix search order.
Implements
INetworkAdapterConfigurationInfoDnsDomainSuffixSearchOrderSee Also