Parses the DHCP option value 81 from hexadecimal format - for example "0x11" and inteprets the DDNS settings for a zone or DHCP server

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#

protected DHCPDDNSSettings ParseDDNS(

string HexValue

)

VB

Protected Function ParseDDNS( _

HexValue As String _

) As DHCPDDNSSettings

C++

protected:

DHCPDDNSSettings^ ParseDDNS(

String^ HexValue

)

Parameters

HexValue
Type: System.StringSystem.StringSystem::String
The hex value configured for Option 81 - for example "0x11"

Return Value

Type: CENTREL.XIA.Network.Management.DHCP.DHCPDDNSSettingsCENTREL.XIA.Network.Management.DHCP.DHCPDDNSSettingsCENTREL::XIA::Network::Management::DHCP::DHCPDDNSSettings
The DDNS settings for the DHCP server or zone

See Also

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