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
BackupIntervalString
Gets the backup interval.
public string BackupIntervalString { get; set; }
Property Value
BackupPath
Gets or sets the absolute path to the backup directory.
public string BackupPath { get; set; }
Property Value
CleanupInterval
Gets or sets the cleanup interval in minutes.
public int CleanupInterval { get; set; }
Property Value
CleanupIntervalString
Gets the cleanup interval.
public string CleanupIntervalString { get; set; }
Property Value
FileName
Gets or sets the absolute path to the DHCP database file.
public string FileName { get; set; }
Property Value
LoggingEnabled
Gets or sets whether logging is enabled for the DHCP database.
public BooleanOption LoggingEnabled { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDatabaseSettings class from the specified Xml.
public static MicrosoftDhcpServerDatabaseSettings FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDatabaseSettings object
Returns
- MicrosoftDhcpServerDatabaseSettings
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerDatabaseSettings class from the specified Xml.