A collection representing all the DNS records in a DNS zone

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

Syntax

C#
public class DNSRecordCollection : IEnumerable<DNSRecord>
Visual Basic (Declaration)
Public Class DNSRecordCollection _
	Implements IEnumerable(Of DNSRecord)

Remarks

Get this collection using the DNSZone.Records field

Inheritance Hierarchy

System..::.Object
  JHSoftware.SimpleDNSPlus..::.DNSRecordCollection

See Also