Represents the dynamic DNS settings (DDNS) for a DHCP server or zone

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPDDNSSettingsCENTREL.XIA.Network.Management.DHCP.DHCPDDNSSettingsCENTREL::XIA::Network::Management::DHCP::DHCPDDNSSettings

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public class DHCPDDNSSettings

VB

Public Class DHCPDDNSSettings

C++

public ref class DHCPDDNSSettings

The DHCPDDNSSettingsDHCPDDNSSettingsDHCPDDNSSettings type exposes the following members.

Constructors

Name Description
DHCPDDNSSettings()New()DHCPDDNSSettings() Initializes a new instance of the DHCPDDNSSettingsDHCPDDNSSettingsDHCPDDNSSettings class.
Top

Properties

Name Description
DirectlyConfiguredDirectlyConfiguredDirectlyConfigured Gets or sets whether the settings were directly configured on this object
DiscardRecordsDiscardRecordsDiscardRecords Gets or sets whether to discard A and PTR records when lease is deleted
EnableNameProtectionEnableNameProtectionEnableNameProtection Gets or sets whether to enable name protection - this is supported on Windows 2008 R2 and above only
EnabledEnabledEnabled Gets or sets whether DNS dynamic updates are enabled
UpdateLegacyClientsUpdateLegacyClientsUpdateLegacyClients Gets or sets whether to dynamically update DNS A and PTR records for DHCP clients that do not request updates
UpdateModeUpdateModeUpdateMode Gets or sets the update mode for DDNS records
Top

Methods

Name Description
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Finalize()Finalize()Finalize() Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from ObjectObjectObject.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
ToString()ToString()ToString() Returns a String that represents the current Object. (Inherited from ObjectObjectObject.)
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace