Table of Contents

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

MicrosoftDhcpServerAdvancedSettings

AuditLog

Gets or sets the DHCP server audit log settings.

public MicrosoftDhcpServerAuditLogSettings AuditLog { get; set; }

Property Value

MicrosoftDhcpServerAuditLogSettings

Bindings

Gets or sets the DHCP server bindings.

public MicrosoftDhcpServerBindings Bindings { get; set; }

Property Value

MicrosoftDhcpServerBindings

Database

Gets or sets the DHCP server database settings.

public MicrosoftDhcpServerDatabaseSettings Database { get; set; }

Property Value

MicrosoftDhcpServerDatabaseSettings

DnsCredential

Gets or sets the DNS credential. This only applies to Windows Server 2012 R2 and above.

public MicrosoftDhcpServerDnsCredentialSettings DnsCredential { get; set; }

Property Value

MicrosoftDhcpServerDnsCredentialSettings

Methods

FromXml(string)

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

public static MicrosoftDhcpServerSettings FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerSettings

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