Class MicrosoftDhcpServerv4Leases
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP IPv4 leases.
public class MicrosoftDhcpServerv4Leases : BypassSection
- Inheritance
-
MicrosoftDhcpServerv4Leases
- Inherited Members
Constructors
MicrosoftDhcpServerv4Leases()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Leases class.
public MicrosoftDhcpServerv4Leases()
Properties
Items
Gets or sets the items in the collection.
public MicrosoftDhcpServerv4LeaseCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Leases class from the specified Xml.
public static MicrosoftDhcpServerv4Leases FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Leases object
Returns
- MicrosoftDhcpServerv4Leases
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Leases class from the specified Xml.
ToString()
Returns the IPv4 leases as a human readable string.
public override string ToString()
Returns
- string
The IPv4 leases as a human readable string.