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
UserName
Gets or sets the username.
public string UserName { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDnsCredentialSettings class from the specified Xml.
public static MicrosoftDhcpServerDnsCredentialSettings FromXml(string xml)
Parameters
xml
stringThe 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.