TestimoX

API Reference

Enum

DnsSummaryZoneSelection

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies which zones to include in DNS zone summaries.

Inheritance

  • Enum
  • DnsSummaryZoneSelection

Values

public const DnsSummaryZoneSelection Both #

Include both matched and external zones.

Value: 0
public const DnsSummaryZoneSelection ExternalZones #

Include only external zones.

Value: 1
public const DnsSummaryZoneSelection MatchedZones #

Include only matched zones.

Value: 2