TestimoX

API Reference

Class

DnsZoneDelegationInfo

Namespace ADPlayground.Dns
Assembly ADPlayground

Represents delegation and forwarder configuration for a DNS zone.

Inheritance

  • Object
  • DnsZoneDelegationInfo

Constructors

public DnsZoneDelegationInfo() #

Properties

public String ZoneName { get; set; } #

Gets or sets the zone name.

public IReadOnlyList<String> Forwarders { get; set; } #

Gets or sets DNS servers configured as forwarders for the zone.

public IReadOnlyList<String> Delegations { get; set; } #

Gets or sets DNS servers present in delegation records.