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