Retrieves a list of all the 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 ZoneList GetZoneList()
Visual Basic (Declaration)
Public Function GetZoneList As ZoneList

Return Value

A collection of ZoneListItem objects

See Also