A list of DNS zones on the Simple DNS Plus server

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

Syntax

C#
public class ZoneList : ReadOnlyCollection<ZoneListItem>
Visual Basic (Declaration)
Public Class ZoneList _
	Inherits ReadOnlyCollection(Of ZoneListItem)

Remarks

Get this list using the Connection.GetZoneList method

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.ReadOnlyCollection<(Of <(ZoneListItem>)>)
    JHSoftware.SimpleDNSPlus..::.ZoneList

See Also