Gets or sets the credentials used for DDNS registration in the format "domainname\username". If this field is empty then no credentials are specified.

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 string DDNSCredentials { getset; }

VB

Public Property DDNSCredentials As String

Get

Set

C++

public:

property String^ DDNSCredentials {

String^ get();

void set(String^ value);

}

See Also

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