Represent a DNS zone on Simple DNS Plus

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

Syntax

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

Remarks

To create a new DNSZone object, use the CreateZone method of the Connection object. And to retrieve an exisiting zone from Simple DNS Plus, use the GetZone method of the Connection object.

Inheritance Hierarchy

System..::.Object
  JHSoftware.SimpleDNSPlus..::.DNSZone

See Also