Represents a single DNS record

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

Syntax

C#
public class DNSRecord
Visual Basic (Declaration)
Public Class DNSRecord

Remarks

To create a new DNSRecord object, use the AddRecord method of the DNSZone object.

Inheritance Hierarchy

System..::.Object
  JHSoftware.SimpleDNSPlus..::.DNSRecord

See Also