INetworkAdapterConfigurationInfoDnsDomain 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 string DnsDomain { get; set; }
Property DnsDomain As String
Get
Set
property String^ DnsDomain {
String^ get ();
void set (String^ value);
}
abstract DnsDomain : string with get, set
Property Value
Type:
String
The DNS domain.
See Also