TestimoX

API Reference

Class

DnsZoneDelegationInfo

Namespace ADPlayground.Dns
Assembly ADPlayground

Represents delegation and forwarder configuration for a DNS zone.

Inheritance

  • Object
  • DnsZoneDelegationInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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.