Table of Contents

Enum MicrosoftDnsServerZoneDynamicUpdateType

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

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

public enum MicrosoftDnsServerZoneDynamicUpdateType

Fields

None = 1

Dynamic updates are not allowed.

NonsecureAndSecure = 3

Nonsecure and secure dynamic updates are allowed.

Secure = 2

Only secure dynamic updates are allowed.

Unknown = 0

The dynamic update type is unknown.