Table of Contents

Class MicrosoftDhcpServerDatabaseSettings

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

Represents the Microsoft DHCP server database settings.

public class MicrosoftDhcpServerDatabaseSettings : BypassSection
Inheritance
MicrosoftDhcpServerDatabaseSettings
Inherited Members

Constructors

MicrosoftDhcpServerDatabaseSettings()

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

public MicrosoftDhcpServerDatabaseSettings()

Properties

BackupInterval

Gets or sets the backup interval in minutes.

public int BackupInterval { get; set; }

Property Value

int

BackupIntervalString

Gets the backup interval.

public string BackupIntervalString { get; set; }

Property Value

string

BackupPath

Gets or sets the absolute path to the backup directory.

public string BackupPath { get; set; }

Property Value

string

CleanupInterval

Gets or sets the cleanup interval in minutes.

public int CleanupInterval { get; set; }

Property Value

int

CleanupIntervalString

Gets the cleanup interval.

public string CleanupIntervalString { get; set; }

Property Value

string

FileName

Gets or sets the absolute path to the DHCP database file.

public string FileName { get; set; }

Property Value

string

LoggingEnabled

Gets or sets whether logging is enabled for the DHCP database.

public BooleanOption LoggingEnabled { get; set; }

Property Value

BooleanOption

Methods

FromXml(string)

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

public static MicrosoftDhcpServerDatabaseSettings FromXml(string xml)

Parameters

xml string

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

Returns

MicrosoftDhcpServerDatabaseSettings

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