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