|
DnsDomainDetailsTtlValue Property
|
This value is the time to live value in seconds.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic int TtlValue { get; set; }
Public Property TtlValue As Integer
Get
Set
public:
property int TtlValue {
int get ();
void set (int value);
}
function get_TtlValue();
function set_TtlValue(value);
Property Value
Type:
Int32
The TTL value, in seconds.
See Also