Retrieves a DNS zone from Simple DNS Plus

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

Syntax

C#
public DNSZone GetZone(
	string zoneName
)
Visual Basic (Declaration)
Public Function GetZone ( _
	zoneName As String _
) As DNSZone

Parameters

zoneName
Type: System..::.String
The name (FQDN) of the zone

Return Value

A DNSZone object

Remarks

WARNING: In between using the UpdateZone method, and later retrieving the same zone using the GetZone method, the order of the records in the zone may change

See Also