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