|
DnsDomainDetailsShouldUpdateTtl Property |
This value is true if the time to live value should be updated; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool ShouldUpdateTtl { get; set; }
Public Property ShouldUpdateTtl As Boolean
Get
Set
public:
property bool ShouldUpdateTtl {
bool get ();
void set (bool value);
}
function get_ShouldUpdateTtl();
function set_ShouldUpdateTtl(value);
Property Value
Type:
Boolean if the time-to-live value should be updated for this record; otherwise,
.
See Also