Class MicrosoftDhcpServerSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP server settings.
public class MicrosoftDhcpServerSettings : BaseTypeSection
- Inheritance
-
MicrosoftDhcpServerSettings
Constructors
MicrosoftDhcpServerSettings()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerSettings class.
public MicrosoftDhcpServerSettings()
Properties
Advanced
Gets or sets the DHCP server advanced settings.
public MicrosoftDhcpServerAdvancedSettings Advanced { get; set; }
Property Value
AuditLog
Gets or sets the DHCP server audit log settings.
public MicrosoftDhcpServerAuditLogSettings AuditLog { get; set; }
Property Value
Bindings
Gets or sets the DHCP server bindings.
public MicrosoftDhcpServerBindings Bindings { get; set; }
Property Value
Database
Gets or sets the DHCP server database settings.
public MicrosoftDhcpServerDatabaseSettings Database { get; set; }
Property Value
DnsCredential
Gets or sets the DNS credential. This only applies to Windows Server 2012 R2 and above.
public MicrosoftDhcpServerDnsCredentialSettings DnsCredential { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerSettings class from the specified Xml.
public static MicrosoftDhcpServerSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerSettings object
Returns
- MicrosoftDhcpServerSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerSettings class from the specified Xml.