Retrieves or sets a minimum TTL (Time To Live) value in seconds for all records in this zone. This overrides any lower TTL specified in individual records and global options. A negative value indicates that this option is disabled - as oposed to a zero value which would override global options.

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

Syntax

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

Remarks

This is not the same as the SOA record "minimum" data field. This property is not transferred to secondary DNS servers via zone transfers.

See Also