Table of Contents

Class MicrosoftDhcpServerAdvancedSettings

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

Represents the Microsoft DHCP server advanced settings.

public class MicrosoftDhcpServerAdvancedSettings : BaseTypeSection
Inheritance
MicrosoftDhcpServerAdvancedSettings

Constructors

MicrosoftDhcpServerAdvancedSettings()

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

public MicrosoftDhcpServerAdvancedSettings()

Properties

ConflictDetectionAttempts

Gets or sets the conflict detection attempts.

public int ConflictDetectionAttempts { get; set; }

Property Value

int

IsAuthorized

Gets or sets whether the server is authorized in Active Directory.

public BooleanOption IsAuthorized { get; set; }

Property Value

BooleanOption

IsDomainJoined

Gets or sets whether the server is a member of an Active Directory domain.

public BooleanOption IsDomainJoined { get; set; }

Property Value

BooleanOption

NapEnabled

Gets or sets whether network access protection (NAP) is enabled. This only applies to Windows Server 2012 and Windows Server 2012 R2.

public BooleanOption NapEnabled { get; set; }

Property Value

BooleanOption

NapUnreachableAction

Gets or sets the action to take when the network access protection (NAP) server is unavailable. This only applies to Windows Server 2012 and Windows Server 2012 R2.

public MicrosoftDhcpServerNapUnreachableAction NapUnreachableAction { get; set; }

Property Value

MicrosoftDhcpServerNapUnreachableAction

Methods

FromXml(string)

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

public static MicrosoftDhcpServerAdvancedSettings FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerAdvancedSettings

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