Retrieves or sets the DNS record TTL (time to live) value in seconds

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int TTL { get; set; }
Visual Basic (Declaration)
Public Property TTL As Integer

Field Value

Number between 0 and 2,147,483,647 representing the number of seconds other DNS servers may cache this record.

See Also