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