Table of Contents

Enum MicrosoftDnsServerZoneNotifyType

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

Represents the notification type for a zone. This only applies to primary zones.

public enum MicrosoftDnsServerZoneNotifyType

Fields

NoNotify = 2

Do not allow notifications.

NotApplicable = 1

The notification type is not applicable.

Notify = 3

Notify the configured name servers for the zone.

NotifyServers = 4

Notify the specified name servers.

Unknown = 0

The notification type is unknown.