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