|
DnsDomainDetailsDc Property
|
The domain controller (usually an IP address) where records should be locked.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic string Dc { get; set; }
Public Property Dc As String
Get
Set
public:
property String^ Dc {
String^ get ();
void set (String^ value);
}
function get_Dc();
function set_Dc(value);
Property Value
Type:
String
See Also