Table of Contents

Enum MicrosoftDnsServerZoneTransfersType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the zone transfer (secure secondaries) type for a zone. This only applies to primary zones.

public enum MicrosoftDnsServerZoneTransfersType

Fields

NoTransfer = 1

Do not allow zone transfers.

TransferAnyServer = 2

Allow zone transfers to any server.

TransferToSecureServers = 4

Allow zone transfers to the specified servers.

TransferToZoneNameServer = 3

Allow zone transfers to the configured name servers for the zone.

Unknown = 0

The zone transfers type is unknown.