|
NetworkInterfaceInfoDnsDomain Property
|
This value is the DNS domain assigned to the NIC.
Namespace:
DoubleTake.Core.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string DnsDomain { get; set; }
Public Property DnsDomain As String
Get
Set
public:
property String^ DnsDomain {
String^ get ();
void set (String^ value);
}
function get_DnsDomain();
function set_DnsDomain(value);
Property Value
Type:
StringThe DNS Domain .
See Also