|
DnsDomainDetailsDomainName Property |
This value is the name of the domain.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string DomainName { get; set; }
Public Property DomainName As String
Get
Set
public:
property String^ DomainName {
String^ get ();
void set (String^ value);
}
function get_DomainName();
function set_DomainName(value);
Property Value
Type:
String
The name of the domain.
See Also