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