Table of Contents

Class MicrosoftDhcpServerDnsCredentialSettings

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

Represents the Microsoft DHCP server DNS credential settings settings.

public class MicrosoftDhcpServerDnsCredentialSettings : BypassSection
Inheritance
MicrosoftDhcpServerDnsCredentialSettings
Inherited Members

Constructors

MicrosoftDhcpServerDnsCredentialSettings()

Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDnsCredentialSettings class.

public MicrosoftDhcpServerDnsCredentialSettings()

Properties

DomainName

Gets or sets the domain name.

public string DomainName { get; set; }

Property Value

string

UserName

Gets or sets the username.

public string UserName { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDnsCredentialSettings class from the specified Xml.

public static MicrosoftDhcpServerDnsCredentialSettings FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDnsCredentialSettings object

Returns

MicrosoftDhcpServerDnsCredentialSettings

A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDnsCredentialSettings class from the specified Xml.

ToString()

Returns the DNS credential as a human readable string.

public override string ToString()

Returns

string

The DNS credential as a human readable string.